ARMv8/src/parser.h
2024-06-05 21:10:31 +01:00

5 lines
125 B
C

#ifndef __PARSERCONSTS__
#define __PARSERCONSTS__
#define OPERAND_DELIMITER ", "
#define HALT_ASM_CMD "and x0, x0, x0"
#endif