We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5443fc2 commit 995f1c7Copy full SHA for 995f1c7
masm_shc/main.cpp
@@ -188,6 +188,9 @@ bool process_file(t_params ¶ms)
188
}
189
continue;
190
191
+ if (tokens[0] == "rex_jmp") {
192
+ replace_str(line, "rex_jmp", "JMP");
193
+ }
194
std::string curr_const = get_constant(consts_lines, tokens);
195
if (params.inlineStrings && curr_const != "") {
196
//ofile << ";Token found: " << const_name << "\n";
0 commit comments