diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-14 14:08:46 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-14 14:08:46 +0100 |
| commit | 42d048968d14074677760f31bfa5bbc2fe80f3c8 (patch) | |
| tree | 9e0cfd7936c201ec04d196a871b5c72f5654a7a1 | |
| parent | 942879c1b975984bbf7890f24a08ed77d3226054 (diff) | |
ISA: revision one for np.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
| -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 b070332..36b01b6 100644 --- a/CompilerKit/AsmKit/Arch/64k.hpp +++ b/CompilerKit/AsmKit/Arch/64k.hpp @@ -34,7 +34,7 @@ struct CpuCode64x0 }; inline std::vector<CpuCode64x0> kOpcodes64x0 = { - kAsmOpcodeDecl("np", 0b0100011, 0b0000000, kAsmNoArgs) // no-operation. + kAsmOpcodeDecl("np", 0b0000000, 0b0000000, kAsmNoArgs) // no-operation. kAsmOpcodeDecl("jb", 0b1110011, 0b0000011, kAsmJump) // jump to branch kAsmOpcodeDecl("jlr", 0b1110011, 0b0000111, kAsmJump) // jump to linked return register kAsmOpcodeDecl("jrl", 0b1110011, 0b0001111, kAsmJump) // jump from return register. |
