21 lines
178 B
YAML
21 lines
178 B
YAML
---
|
|
name: two_nop
|
|
program: |
|
|
NOP
|
|
NOP
|
|
expected:
|
|
- 0x00
|
|
- 0x00
|
|
---
|
|
name: unused_labels
|
|
program: |
|
|
start:
|
|
NOP
|
|
middle:
|
|
NOP
|
|
end:
|
|
expected:
|
|
- 0x00
|
|
- 0x00
|
|
---
|