.rept asm directive

and '.' alone is a token now in *.S (not an identifier)
    representing a current position in the code (PC).
This commit is contained in:
seyko
2016-04-22 18:29:56 +03:00
parent edcb15c31f
commit 1f49441a27
3 changed files with 41 additions and 1 deletions

View File

@ -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)