; ---------------------------------------------------------------------------
 ; Zero page, Commodore stuff
 
-ST                     := $90          ; IEC status byte
-
 TIME            := $A0          ; 60HZ clock
 FNAM_LEN               := $B7          ; Length of filename
 SECADR                 := $B9          ; Secondary address
 
 ; ---------------------------------------------------------------------------
 ; Zero page, Commodore stuff
 
-ST                     := $90          ; IEC status byte
-
 TIME            := $A0          ; 60 HZ clock
 FNAM_LEN               := $B7          ; Length of filename
 SECADR                 := $B9          ; Secondary address
 
 
 MEMSIZE                := $34          ; Size of memory installed
 TIME            := $8D          ; 60HZ clock
-ST                     := $96          ; IEC status byte
 KEY_COUNT              := $9E          ; Number of keys in input buffer
 RVS            := $9F          ; Reverse flag
 CURS_FLAG      := $A7          ; 1 = cursor off
 
 ; Zero page, Commodore stuff
 
 TMPPTR          := $22          ; Temporary ptr used by BASIC
-ST                     := $90          ; IEC status byte
 TIME            := $A3          ; 60HZ clock
 FNAM_LEN               := $AB          ; Length of filename
 LFN             := $AC          ; Logical file number
 
 ; ---------------------------------------------------------------------------
 ; Zero page, Commodore stuff
 
-ST                     := $90          ; IEC status byte
-
 TIME            := $A0          ; 60HZ clock
 FNAM_LEN               := $B7          ; Length of filename
 SECADR                 := $B9          ; Secondary address