Subversion Repositories NedoOS

Rev

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

  1. ; Z80 test - MEMPTR version.
  2. ;
  3. ; However note that the current set of tests was not designed to stress test MEMPTR
  4. ; particularly, so it doesn't detect much - I may eventually add such specific tests later.
  5. ;
  6. ; Copyright (C) 2012-2023 Patrik Rak (patrik@raxoft.cz)
  7. ;
  8. ; This source code is released under the MIT license, see included license.txt.
  9.  
  10.             macro       testname
  11.             db          "MEMPTR"
  12.             endm
  13.  
  14. maskflags   equ         0
  15. onlyflags   equ         1
  16. postccf     equ         0
  17. memptr      equ         1
  18.  
  19.             include     main.asm
  20.  
  21. ; EOF ;
  22.