aboutsummaryrefslogtreecommitdiff
path: root/tcctok.h
diff options
context:
space:
mode:
authorseyko <seyko2@gmail.com>2016-04-22 18:29:56 +0300
committerseyko <seyko2@gmail.com>2016-04-22 18:29:56 +0300
commit1f49441a27da312f75feb53db14c4e025f7eb7a2 (patch)
treeec78bd152ecf7e7b5e11b338e7020d50e89f7fb6 /tcctok.h
parentedcb15c31fd9182d8aa2185d8da6d5faf081863d (diff)
downloadtinycc-1f49441a27da312f75feb53db14c4e025f7eb7a2.tar.gz
tinycc-1f49441a27da312f75feb53db14c4e025f7eb7a2.tar.bz2
.rept asm directive
and '.' alone is a token now in *.S (not an identifier) representing a current position in the code (PC).
Diffstat (limited to 'tcctok.h')
-rw-r--r--tcctok.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tcctok.h b/tcctok.h
index 2cb310b..a75edc8 100644
--- a/tcctok.h
+++ b/tcctok.h
@@ -324,6 +324,8 @@
DEF_ASMDIR(bss)
DEF_ASMDIR(previous)
DEF_ASMDIR(fill)
+ DEF_ASMDIR(rept)
+ DEF_ASMDIR(endr)
DEF_ASMDIR(org)
DEF_ASMDIR(quad)
#if defined(TCC_TARGET_I386)