Files
TinyCC/tests
Michael Matz c4edfb4e08 tccasm: Implement .set sym, expr
That, as well as "sym = expr", if expr contains symbols.
Slightly tricky because a definition from .set is overridable,
whereas proper definitions aren't.

This doesn't yet allow using this for override tricks from C
and global asm blocks because the symbol tables from C and asm
are separate.
2016-12-15 17:47:10 +01:00
..
2016-12-15 17:47:05 +01:00
2016-12-15 17:47:10 +01:00
2016-12-15 17:01:22 +01:00
2016-12-15 17:04:07 +01:00
2016-12-15 17:47:10 +01:00
2016-12-15 17:47:08 +01:00
2016-10-01 20:27:41 +02:00