diff options
| author | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-01-19 15:52:36 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-01-19 16:23:27 +0100 |
| commit | c418d56982805ad64a433ec02b9d787f56e23734 (patch) | |
| tree | 1721edac40abf31086367f69389dda16d9fc07d0 /CompilerKit | |
| parent | 70122df2b7ef965ff79405fe2732f153c9a4098f (diff) | |
Assembler: Add kStdErr for error output.
Assembler: Adding 32x0 support.
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'CompilerKit')
| -rw-r--r-- | CompilerKit/AsmKit/Arch/64k.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CompilerKit/AsmKit/Arch/64k.hpp b/CompilerKit/AsmKit/Arch/64k.hpp index 4c3abd0..95d635f 100644 --- a/CompilerKit/AsmKit/Arch/64k.hpp +++ b/CompilerKit/AsmKit/Arch/64k.hpp @@ -23,7 +23,7 @@ #define kAsmRegToReg 0x02 #define kAsmSyscall 0x03 #define kAsmJump 0x04 -#define kAsmNoArgs 0x05 +#define kAsmNoArgs 0x00 typedef char e64k_character_t; typedef uint8_t e64k_num_t; |
