summaryrefslogtreecommitdiff
path: root/programs/sub-suite/subsuite.s
blob: 7b31c316bbcd2489b05823f4cd46edc6b74f896d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.org 0

; Include Declarations.
.include "declare.s"
; Include SuBEditor.
.include "subeditor.s"
; Include SuBAsm.
.include "subasm.s"
; Include Lexer.
.include "lexer.s"
; Include Utility subroutines.
.include "utils.s"
; Include libc routines.
.include "libc.s"

.org $FFC0
.qword reset
a
;l a
;.org reset
;v
;f "subsuite.bin" $8000
;q
d