blacken sources

This commit is contained in:
2021-11-27 21:19:32 -05:00
parent 05cfbb6448
commit 3724bcff8b
22 changed files with 1395 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
---
name: two_nop
program: |
NOP
NOP
expected:
- 0x00
- 0x00
---
name: unused_labels
program: |
start:
NOP
middle:
NOP
end:
expected:
- 0x00
- 0x00