5 lines
125 B
C
5 lines
125 B
C
#ifndef __PARSERCONSTS__
|
|
#define __PARSERCONSTS__
|
|
#define OPERAND_DELIMITER ", "
|
|
#define HALT_ASM_CMD "and x0, x0, x0"
|
|
#endif |