Add a DEC, NOP, STOP, and basic format tests

This commit is contained in:
2019-12-21 20:52:18 -08:00
parent 2b4664162b
commit cb222cc6bb
9 changed files with 247 additions and 13 deletions

View File

@@ -0,0 +1,12 @@
---
name: nop
program: |
NOP
expected:
- 0x00
---
name: stop
program: |
STOP
expected:
- 0x10