diff options
| author | Andrew Chambers <[email protected]> | 2021-10-06 01:25:33 +1300 |
|---|---|---|
| committer | Andrew Chambers <[email protected]> | 2021-10-06 01:25:33 +1300 |
| commit | 513cfa84f2e6b06e2ac8133cf1d3432fdbaf2f20 (patch) | |
| tree | 30be66bd6f55c3634180e30c65f020405bd2bcf8 /main.c | |
| parent | 7358b6242d46247286e9fec949795ddf098d1d3a (diff) | |
Add more commands.
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -259,6 +259,7 @@ static void assemble() { break; case ASM_ADD: case ASM_AND: + case ASM_OR: case ASM_SUB: case ASM_XOR: { |
