diff options
| author | Andrew Chambers <[email protected]> | 2021-10-08 15:05:02 +1300 |
|---|---|---|
| committer | Andrew Chambers <[email protected]> | 2021-10-08 15:05:02 +1300 |
| commit | ab551328e2542f65b1fbee9df479c5b4957c8c9f (patch) | |
| tree | 29b90a476505573dd12dd9e5dc578e578d50a17e /test | |
| parent | c1d5be2e3dcf8c2b9d87c69b3227d2f744a2e67e (diff) | |
Add .ascii and .asciiz .
Diffstat (limited to 'test')
| -rw-r--r-- | test/test.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh index 9c5e1d8..cba78d5 100644 --- a/test/test.sh +++ b/test/test.sh @@ -30,7 +30,6 @@ t () { echo -n "." } - for op in mov add and or sub xor do # Special case a register variants. |
