-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuntitled4.L68
29 lines (25 loc) · 1.29 KB
/
untitled4.L68
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
00001000 Starting Address
Assembler used: EASy68K Editor/Assembler v5.16.01
Created On: 6/2/2019 7:25:37 PM
00000000 1 *-----------------------------------------------------------
00000000 2 * Title :
00000000 3 * Written by :
00000000 4 * Date :
00000000 5 * Description:
00000000 6 *-----------------------------------------------------------
00001000 7 ORG $1000
00001000 8 START: ; first instruction of program
00001000 9
00001000 10 * Put program code here
00001000 48A0 FFFF 11 MOVEM.W D0-A7,-(A0)
00001004 FFFF FFFF 12 SIMHALT ; halt simulator
00001008 13
00001008 14 * Put variables and constants here
00001008 15
00001008 16 END START ; last line of source
No errors detected
No warnings generated
SYMBOL TABLE INFORMATION
Symbol-name Value
-------------------------
START 1000