?pathlinks? – Rev 778
Blame |
Last modification |
View Log
| Download
| RSS feed
| ?url?
; Z80 test - post CCF version.
;
; Copyright (C) 2012 Patrik Rak (patrik@raxoft.cz)
;
; This source code is released under the MIT license, see included license.txt.
macro testname
db "CCF"
endm
maskflags equ 0
onlyflags equ 1
postccf equ 1
memptr equ 0
include main.asm
; EOF ;