                .DO     Internal
                .LSTON
                .Page
                .FIN
                
                .ORG    $2000 ;move this code into the eprom, bank 1
                
                .BLOCK  0,2   ;reserve two bytes for the checkbyte
                .DB     1     ;bank 1
                .DB     $F0, $78, $3C, $1E
                .LSTOFF
                

