From eb169ea5a89909b90794e0388f89d6d372754e46 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Thu, 5 Oct 2017 16:09:59 +0200 Subject: 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. --- sw/z80_tests/ram/build/test.z80 | 73 ----------------------------------------- 1 file changed, 73 deletions(-) delete mode 100644 sw/z80_tests/ram/build/test.z80 (limited to 'sw/z80_tests/ram/build/test.z80') 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 -; - -- cgit v1.2.1