Project

General

Profile

RE: Get a cod file from cpparma64? ยป issue.patch

Florian Negele, 08 June 2024 04:05

View differences:

arma64generator.cpp
case Code::Instruction::ENTER:
Emit (STR {X29, {SP, -16, true}}); Emit (MOV {X29, SP});
Displace (SP, -operand1.size);
Displace (SP, -Immediate (operand1.size));
break;
case Code::Instruction::LEAVE:
    (1-1/1)