aboutsummaryrefslogtreecommitdiff
path: root/minias.h
diff options
context:
space:
mode:
authorAndrew Chambers <[email protected]>2021-10-10 17:40:56 +1300
committerAndrew Chambers <[email protected]>2021-10-10 17:40:56 +1300
commitbf562b2c9b6fa61751d22ab30365fe9289425d84 (patch)
tree01d47c44ede7f80427edd23b966ab5c010222475 /minias.h
parentd6f46d0e72aefed61e2887ce1d6f4601b48648fb (diff)
Add test instruction.
Diffstat (limited to 'minias.h')
-rw-r--r--minias.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/minias.h b/minias.h
index ac861da..1444b46 100644
--- a/minias.h
+++ b/minias.h
@@ -79,6 +79,7 @@ typedef enum {
ASM_SHL,
ASM_SHR,
ASM_SUB,
+ ASM_TEST,
ASM_XCHG,
ASM_XOR,
// Registers, order matters.