Add a DEC, NOP, STOP, and basic format tests
This commit is contained in:
12
src/python/test/cases/instructions/special.yaml
Normal file
12
src/python/test/cases/instructions/special.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
name: nop
|
||||
program: |
|
||||
NOP
|
||||
expected:
|
||||
- 0x00
|
||||
---
|
||||
name: stop
|
||||
program: |
|
||||
STOP
|
||||
expected:
|
||||
- 0x10
|
||||
Reference in New Issue
Block a user