$1000 START: the simulator will try to execute * Put program code here MOVE. L #0, D6 LOOP: ADD.L #1,D6 bsr delay bra LO
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
$1000 START: the simulator will try to execute * Put program code here MOVE. L #0, D6 LOOP: ADD.L #1,D6 bsr delay bra LO
$1000 START: the simulator will try to execute * Put program code here MOVE. L #0, D6 LOOP: ADD.L #1,D6 bsr delay bra LOOP SIMHALT * Put variables and constants here BEL EQU $07 Bell Backspace Tab (horizontal 5 BS EQU $08 HT EQU $09 characters) LF EQU $0A VT EQU $OB FF EQU $0C printing with Line Feed Vertical tab (4 lines) Form Feed (Always end a Form Feed.) CR EQU $OD Carriage Return END START ; last line of source ORG ; first instruction ; halt simulator
$1000 START: the simulator will try to execute * Put program code here MOVE. L #0, D6 LOOP: ADD.L #1,D6 bsr delay bra LOOP SIMHALT * Put variables and constants here BEL EQU $07 Bell Backspace Tab (horizontal 5 BS EQU $08 HT EQU $09 characters) LF EQU $0A VT EQU $OB FF EQU $0C printing with Line Feed Vertical tab (4 lines) Form Feed (Always end a Form Feed.) CR EQU $OD Carriage Return END START ; last line of source ORG ; first instruction ; halt simulator
$1000 START: the simulator will try to execute * Put program code here MOVE. L #0, D6 LOOP: ADD.L #1,D6 bsr delay bra LOOP SIMHALT * Put variables and constants here BEL EQU $07 Bell Backspace Tab (horizontal 5 BS EQU $08 HT EQU $09 characters) LF EQU $0A VT EQU $OB FF EQU $0C printing with Line Feed Vertical tab (4 lines) Form Feed (Always end a Form Feed.) CR EQU $OD Carriage Return END START ; last line of source ORG ; first instruction ; halt simulator
$1000 START: the simulator will try to execute * Put program code here MOVE. L #0, D6 LOOP: ADD.L #1,D6 bsr delay bra LOOP SIMHALT * Put variables and constants here BEL EQU $07 Bell Backspace Tab (horizontal 5 BS EQU $08 HT EQU $09 characters) LF EQU $0A VT EQU $OB FF EQU $0C printing with Line Feed Vertical tab (4 lines) Form Feed (Always end a Form Feed.) CR EQU $OD Carriage Return END START ; last line of source ORG ; first instruction ; halt simulator