*----------------------------------------------------------- * Title : * Written by : * Date : * Description: *----------------------------------------------------------- ORG $1000 MSG DC.B 'HALLO WORLD',0 START: ; first instruction of program * Put program code here LEA MSG,A1 MOVE.B #14,D0 TRAP #15 MOVE.B #9,D0 TRAP #15 SIMHALT ; halt simulator * Put variables and constants here END START ; last line of source *~Font name~Courier New~ *~Font size~18~ *~Tab type~1~ *~Tab size~4~