From 71d7c02771511b9d9af0f1cd0f368867da84d864 Mon Sep 17 00:00:00 2001 From: Ian C Date: Sun, 27 Aug 2006 23:55:35 +0000 Subject: Added locally build versions of the Z80 exercisers --- test.z80 | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 test.z80 (limited to 'test.z80') diff --git a/test.z80 b/test.z80 deleted file mode 100644 index 89c2c1e..0000000 --- a/test.z80 +++ /dev/null @@ -1,32 +0,0 @@ -; -; Odd random tests -; - org 0 - - ld bc,1 - ld de,2 - ld hl,3 - ld ix,4 - ld iy,5 - - push af - push bc - push de - push hl - push ix - push iy - add a,80 - ld bc,$ffff - ld de,$ffff - ld hl,$ffff - ld ix,$ffff - ld iy,$ffff - pop iy - pop ix - pop hl - pop de - pop bc - pop af -loop: - add ix,bc - jr loop -- cgit v1.2.3