7 lines
159 B
C
7 lines
159 B
C
#include "a64instruction/a64instruction.h"
|
|
|
|
#define OPERAND_DELIMITER ", "
|
|
#define HALT_ASM_CMD "and x0, x0, x0"
|
|
|
|
a64inst_instruction *parse(char **asmLines);
|