test.e 279 B

12345678910111213141516171819202122232425262728
  1. #define WS EM_WSIZE
  2. #define PS EM_PSIZE
  3. #include "test.h"
  4. mes 2,WS,PS
  5. mes 1
  6. mes 4,300
  7. .000
  8. con "tst000"
  9. exp $m_a_i_n
  10. pro $m_a_i_n,0
  11. loc 123
  12. loc -98
  13. ; TEST 000: empty
  14. fil .000
  15. loc -98
  16. bne *1
  17. loc 123
  18. bne *1
  19. lin 0
  20. nop
  21. loc 0
  22. ret WS
  23. 1
  24. lin 1
  25. nop
  26. loc 1
  27. ret WS
  28. end