-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMain.X68
58 lines (22 loc) · 1.05 KB
/
Main.X68
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
*-----------------------------------------------------------
* Title : Disassembler Final Project
* Written by : Team Awesome (Olga Rocheeva, Dwina Solihin, Peter Stanton)
* Date : April 2, 2017
* Description: CSS 422 Final Project
*-----------------------------------------------------------
*Below is the class that connects to all of the subroutines
*used in the disassembler.
START ORG $1000 * first instruction of program
INCLUDE 'IO_subroutine.x68'
** INCLUDE 'OPCODES_subroutine.x68'
END_PROGRAM SIMHALT *Stop the simulator
*-----------------------------------------------------------
INCLUDE 'helpers.x68'
INCLUDE 'definitions.x68'
INCLUDE 'OP_EA.x68'
*INCLUDE 'TEST_CODE.x68'
END START ; last line of source
*~Font name~Courier New~
*~Font size~10~
*~Tab type~1~
*~Tab size~4~