diff options
| author | seyko <seyko2@gmail.com> | 2016-04-22 18:29:56 +0300 |
|---|---|---|
| committer | seyko <seyko2@gmail.com> | 2016-04-22 18:29:56 +0300 |
| commit | 1f49441a27da312f75feb53db14c4e025f7eb7a2 (patch) | |
| tree | ec78bd152ecf7e7b5e11b338e7020d50e89f7fb6 /tcctok.h | |
| parent | edcb15c31fd9182d8aa2185d8da6d5faf081863d (diff) | |
| download | tinycc-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |
