UTILITY PACK 1

ATOM DISASSEMBLER               
                                
HEX START ADDRESS #835F         
END ADDRESS #8400               
BRK/RTS OPTION?Y                
CODE STORAGE TEXT SPACE:        
(EG. #29)?N                     
 335F  24 91     BIT #91        
 3361  10 11     BPL #8374      
 3363  A9 00     LDA @#00       
 3365  85 89     STA #89        
 3367  85 8D     STA #8D        
 3369  85 8C     STA #8C        
 336B  89 0A     LDA @#0A       
 336D  85 8B     STA #8B        
>                               

DISASSEMBLER

A versatile disassembler which can list machine code in standard ATOM assembler form, or store the assembler text into memory so that it can be edited and re-assembled with any starting address. Graphics 2K.

FAST COS

Speeds up program saving by modifying the ATOM's standard cassette-interface routines to operate at 1200 baud, or 4 times the standard speed. Program 1K.

RENUMBER

A fast renumber for BASIC or assembler programs, which gives a display of the line numbers for labelled lines. Program 1K.