summaryrefslogtreecommitdiff
path: root/test/the-tests.s
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2020-01-10 16:35:34 -0500
committermrb0nk500 <b0nk@b0nk.xyz>2020-01-10 16:35:34 -0500
commit861d56e556b597115ad01b4b4cc0e5b932545ce9 (patch)
treed24d9718da054658a833b932595819c030065d1a /test/the-tests.s
parent1dfc78b8bf5b708cb1118a9d6646397772a1b894 (diff)
Added GPLv2.
We're now Free Software!!!
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