; SelfTest 1.0 by Tim Gerla
; By Tim Gerla - timg@climax.polaristel.net
; Uses the TRAP opcode to enter the TI-92's selftest screen.
; See TRAPS.TXT included with Fargo for more information.

        @program        prog_code,prog_name
;************** Start of Fargo program **************

prog_code:
        trap #10
        rts

prog_name:
                dc.b    "SelfTest 1.0",0


;************** End of Fargo program ****************

        reloc_open
        add_library     flib
        reloc_close
        end
