Subversion Repositories NedoOS

Rev

Rev 2254 | Blame | Compare with Previous | Last modification | View Log | Download

  1. ; Z80 test - officially documented flags, flags only version.
  2. ;
  3. ; Copyright (C) 2012-2023 Patrik Rak (patrik@raxoft.cz)
  4. ;
  5. ; This source code is released under the MIT license, see included license.txt.
  6.  
  7.             macro       testname
  8.             db          "doc flags"
  9.             endm
  10.  
  11. maskflags   equ         1
  12. onlyflags   equ         1
  13. postccf     equ         0
  14. memptr      equ         0
  15.  
  16.             include     main.asm
  17.  
  18. ; EOF ;
  19.