Top secrets sources NedoPC pentevo

Rev

Blame | Last modification | View Log | Download | RSS feed | ?url?

; Z80 test - flags only 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          "flags"
            endm

maskflags   equ         0
onlyflags   equ         1
postccf     equ         0
memptr      equ         0

            include     main.asm

; EOF ;