From 1f49441a27da312f75feb53db14c4e025f7eb7a2 Mon Sep 17 00:00:00 2001 From: seyko Date: Fri, 22 Apr 2016 18:29:56 +0300 Subject: .rept asm directive and '.' alone is a token now in *.S (not an identifier) representing a current position in the code (PC). --- tcctok.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tcctok.h') 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) -- cgit v1.3.1