Rev 2261 |
Blame |
Compare with Previous |
Last modification |
View Log
| Download
; Z80 test - the full version.
;
; Copyright (C) 2012-2023 Patrik Rak (patrik@raxoft.cz)
;
; This source code is released under the MIT license, see included license.txt.
DEVICE ZXSPECTRUM128
macro testname
db "full"
endm
maskflags equ 0
onlyflags equ 0
postccf equ 0
memptr equ 0
include main.asm
main_end:
savebin "z80full.bin",main,main_end-main
; EOF ;