diff options
| author | Julian Blake Kongslie | 2022-09-22 13:04:12 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-09-22 13:04:12 -0700 |
| commit | 2bd8f7c5a4a455d4447f111cc5fed90af76bf280 (patch) | |
| tree | 24b0282c7aa916d9c5d9249815cd96b165d8aa1b /tests/fib-regs.hex | |
| parent | Initial commit. (diff) | |
| download | procmodel-2bd8f7c5a4a455d4447f111cc5fed90af76bf280.tar.xz | |
Support comments in tests
Diffstat (limited to '')
| -rw-r--r-- | tests/fib-regs.hex | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/fib-regs.hex b/tests/fib-regs.hex index 0f8c5f8..ed7283c 100644 --- a/tests/fib-regs.hex +++ b/tests/fib-regs.hex | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | 93 91 A1 03 | 1 | 93 91 A1 03 # 00: r1 = 1 |
| 2 | 92 90 02 | 2 | 92 90 02 # 04: emit r0 |
| 3 | 92 B1 03 | 3 | 92 B1 03 # 07: r2 = r0 + r1 |
| 4 | 92 90 A1 03 | 4 | 92 90 A1 03 # 0a: r0 = r1 |
| 5 | 92 91 A2 03 | 5 | 92 91 A2 03 # 0e: r1 = r2 |
| 6 | 93 90 A4 00 | 6 | 93 90 A4 00 # 12: jump 4 |
