diff options
Diffstat (limited to 'subx/059read-byte.subx')
-rw-r--r-- | subx/059read-byte.subx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/059read-byte.subx b/subx/059read-byte.subx index e871fbb4..92393251 100644 --- a/subx/059read-byte.subx +++ b/subx/059read-byte.subx @@ -32,7 +32,7 @@ Stdin: # op subop mod rm32 base index scale r32 # 1-3 bytes 3 bits 2 bits 3 bits 3 bits 3 bits 2 bits 2 bits 0/1/2/4 bytes 0/1/2/4 bytes -# main: (manual test if this is the last file loaded) +# main: e8/call run-tests/disp32 # 'run-tests' is a function created automatically by SubX. It calls all functions that start with 'test-'. #? e8/call test-read-byte-multiple/disp32 # syscall(exit, Num-test-failures) |