0
0

📝 parser constants

This commit is contained in:
DrMaxNix 2022-10-05 21:10:07 +02:00
parent 23505492d4
commit 8168b66e72

View File

@ -36,6 +36,15 @@ mov $1 42; typ $1; echo $1
## PARSER CONSTANTS ##
# the parser will replace these constants by their respective values
# current line number
__LINE__
## VARIABLES ##
# $2 => $1
move|mov|set $1 $2