From 458ae07fcde77592e06927f0dddcd12c8d242b29 Mon Sep 17 00:00:00 2001 From: Ian C Date: Fri, 25 Aug 2006 23:28:49 +0000 Subject: Devolopment checkin. Compiles, but doesn't pass tests. --- test.z80 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 test.z80 (limited to 'test.z80') 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 -- cgit v1.2.3