Skip to content

Commit 3681f27

Browse files
Fixed some stuff, crunch time
This is due friday, so time for some cleaning. Fixed TRAP invocations. My normal test file wasn't backed up by Git, which is entirely my fault, so I will need to write a new one. Not much left before V1.0.0
1 parent 16226f4 commit 3681f27

14 files changed

+3032
-20
lines changed

DidTheSaveWork2.asm

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
2+
3+
.ORIG x3000
4+
TEST_STRING .FILL x0061
5+
.FILL x0062
6+
.FILL x0063
7+
.FILL x0064
8+
.FILL x0065
9+
.FILL x0066
10+
.FILL x0067
11+
.FILL x0000
12+
Te .FILL 65535
13+
.FILL x12BD
14+
Anothing .FILL x0000
15+
.FILL x0061
16+
.FILL x0000
17+
.FILL 65535
18+
AND R4, R3, R2
19+
x0000
20+
x0000
21+
.END

JMPTtest.asm

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.orig x0000
2+
JMPT R7;
3+
.end

0 commit comments

Comments
 (0)