summaryrefslogtreecommitdiff
path: root/test/the-tests.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/the-tests.s')
-rw-r--r--test/the-tests.s35
1 files changed, 35 insertions, 0 deletions
diff --git a/test/the-tests.s b/test/the-tests.s
new file mode 100644
index 0000000..ae31e26
--- /dev/null
+++ b/test/the-tests.s
@@ -0,0 +1,35 @@
+.org $0
+init:
+ cps
+
+lstart:
+ lda #1
+ tab
+
+lshft:
+ llb
+ bcs rstart
+ jmp lshft
+
+rstart:
+ tba
+ lsl #63
+
+rshft:
+ lrb
+ bcs lstart
+ jmp rshft
+
+.org $FFC0
+.qword init
+
+.org $FF50
+.qword init
+.qword init
+.qword init
+.qword init
+.qword init
+.qword init
+.qword init
+.qword init
+done