forked from peterstanton/TeamAwesome-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMain.X68
38 lines (22 loc) · 1.01 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
*-----------------------------------------------------------
* 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 'jumptable.x68'
INCLUDE 'TEST_CODE.x68'
END START ; last line of source
*~Font name~Courier New~
*~Font size~10~
*~Tab type~1~
*~Tab size~4~