From 9ed1399c3500a09c2fae21fc578603f2a9eaf447 Mon Sep 17 00:00:00 2001 From: Oxore Date: Thu, 11 May 2023 00:15:44 +0300 Subject: Migrate all the rest instructions --- disasm.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'disasm.h') diff --git a/disasm.h b/disasm.h index d472105..a3eb85e 100644 --- a/disasm.h +++ b/disasm.h @@ -478,10 +478,6 @@ struct DisasmNode { /// Indicates whether instruction is a call (BSR, JSR) or just a branch /// (Bcc, JMP) if `has_branch_addr` is set bool is_call{}; - /// Mnemonic of the instruction at the current offset - char mnemonic[kMnemonicBufferSize]{}; - /// Formatted arguments of the instruction; - char arguments[kArgsBufferSize]{}; ReferenceNode *ref_by{}; ReferenceNode *last_ref_by{}; OpCode opcode{OpCode::kNone}; ///< Should replace `mnemonic` field -- cgit v1.2.3