-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuntitled9.L68
30 lines (26 loc) · 1.32 KB
/
untitled9.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
30
00001000 Starting Address
Assembler used: EASy68K Editor/Assembler v5.16.01
Created On: 5/28/2019 11:37:46 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
Line 11 ERROR: Invalid size code
00001000 C5C1 11 MULS.B D1,D2
00001002 FFFF FFFF 12 SIMHALT ; halt simulator
00001006 13
00001006 14 * Put variables and constants here
00001006 15
00001006 16 END START ; last line of source
1 error detected
No warnings generated
SYMBOL TABLE INFORMATION
Symbol-name Value
-------------------------
START 1000