summaryrefslogtreecommitdiff
path: root/test.z80
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2006-08-25 23:28:49 +0000
committerIan C <ianc@noddybox.co.uk>2006-08-25 23:28:49 +0000
commit458ae07fcde77592e06927f0dddcd12c8d242b29 (patch)
tree23a7c741e02a287df2b802184095dec9d6b4817a /test.z80
parent0034381aac6413def6960c7e4a1f8b84b5538549 (diff)
Devolopment checkin. Compiles, but doesn't pass tests.
Diffstat (limited to 'test.z80')
-rw-r--r--test.z8017
1 files changed, 17 insertions, 0 deletions
diff --git a/test.z80 b/test.z80
new file mode 100644
index 0000000..f43eea0
--- /dev/null
+++ b/test.z80
@@ -0,0 +1,17 @@
+;
+; Odd random tests
+;
+ org 0
+
+ ld hl,$1234
+ push hl
+ pop af
+ ld bc,$5678
+ ld de,$9abc
+ ld hl,$def0
+ ld ix,$dead
+ ld iy,$beef
+
+loop:
+ inc b
+ jp loop