CAR: added stack operations, call, ret, jmp and some other random stuff
This commit is contained in:
@ -9,8 +9,6 @@
|
||||
#include "include/defs.h"
|
||||
|
||||
|
||||
|
||||
|
||||
DEFINE_OP(add)
|
||||
{
|
||||
register_instruction_t i = convert_raw2register(ri);
|
||||
|
||||
Reference in New Issue
Block a user