*----------------------------------------------------------- * Title : * Written by : * Date : * Description: *----------------------------------------------------------- ORG $1000 START: ; first instruction of program * Put program code here MOVE #0,D1 MOVE #32,D0 TRAP #15 MOVE #2,D1 MOVE #32,D0 TRAP #15 MOVEA.L D1,A0 MOVE.B #alt,(A0) SIMHALT ; halt simulator * Put variables and constants here alt EQU %10101010 END START ; last line of source *~Font name~Courier New~ *~Font size~10~ *~Tab type~1~ *~Tab size~4~