conditional definition of parser constants

This commit is contained in:
EDiasAlberto 2024-06-05 21:10:31 +01:00
parent bb0f939539
commit 262fd6219d

View File

@ -1,2 +1,5 @@
#ifndef __PARSERCONSTS__
#define __PARSERCONSTS__
#define OPERAND_DELIMITER ", " #define OPERAND_DELIMITER ", "
#define HALT_ASM_CMD "and x0, x0, x0" #define HALT_ASM_CMD "and x0, x0, x0"
#endif