summaryrefslogtreecommitdiffstats
path: root/sw/z80_tests/ram/build/test.z80
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2017-10-05 16:09:59 +0200
committerNao Pross <naopross@thearcway.org>2017-10-05 16:09:59 +0200
commiteb169ea5a89909b90794e0388f89d6d372754e46 (patch)
treece7e826fd2dd4e4248cb4f1fbf8ce2885c943f49 /sw/z80_tests/ram/build/test.z80
parentTest units are now in their own folder 'z80_test', add programmer cli interface (diff)
downloadz80uPC-eb169ea5a89909b90794e0388f89d6d372754e46.tar.gz
z80uPC-eb169ea5a89909b90794e0388f89d6d372754e46.zip
Move test units to z80/tests, and drivers are now statically linked
Makefiles for the test units were getting messier, so now drivers (that need to be tested) are statically compiled in their own folder under z80/drivers. The kernel makefile and is now broken since everything has been moved.
Diffstat (limited to 'sw/z80_tests/ram/build/test.z80')
-rw-r--r--sw/z80_tests/ram/build/test.z8073
1 files changed, 0 insertions, 73 deletions
diff --git a/sw/z80_tests/ram/build/test.z80 b/sw/z80_tests/ram/build/test.z80
deleted file mode 100644
index 25a162a..0000000
--- a/sw/z80_tests/ram/build/test.z80
+++ /dev/null
@@ -1,73 +0,0 @@
-;
-; DZ80 V3.4.1 Z80 Disassembly of build/test.bin
-; 2017/09/26 09:42
-;
- org 0x0
-;
-X0000: halt
-;
- jr X0000
-;
-X0003: ld c,0x0
-X0005: ld b,c
- inc c
- ld hl,X8200
- ld (hl),b
- jr X0005
-;
- rst 0x38
-;
- org 0x10
-;
- reti
-;
- rst 0x38
-;
- org 0x18
-;
- reti
-;
- rst 0x38
-;
- org 0x20
-;
- reti
-;
- rst 0x38
-;
- org 0x28
-;
- reti
-;
- rst 0x38
-;
- org 0x30
-;
- reti
-;
- rst 0x38
-;
- org 0x38
-;
- reti
-;
- rst 0x38
-;
- org 0x100
-;
- ld sp,Xffff
- call X0003
- jp X0000
-;
-; Miscellaneous equates
-;
-; These are addresses referenced in the code but
-; which are in the middle of a multibyte instruction
-; or are addresses outside the initialized space
-;
-X8200 equ 0x8200
-Xffff equ 0xffff
-;
- end
-;
-