-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuntitled1.L68
29 lines (25 loc) · 1.27 KB
/
untitled1.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/5/2019 10:50:15 AM
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 11
00001000 FFFF FFFF 12 SIMHALT ; halt simulator
00001004 13
00001004 14 * Put variables and constants here
00001004 15
00001004 16 END START ; last line of source
No errors detected
No warnings generated
SYMBOL TABLE INFORMATION
Symbol-name Value
-------------------------
START 1000