Pierre Muller
|
eae74aaee0
Follow sdas documentation for .ascii limitations by using only printable chars and .byte for others
|
1 жил өмнө |
florian
|
4867d48e99
+ support for .debug_loc and .debuc_loclist sections
|
1 жил өмнө |
Sven/Sarah Barth
|
088c746d45
* reset written source lines once a section is encountered
|
3 жил өмнө |
Yuriy Sydorov
|
122ed4b76a
* Support for sleb128 and uleb128 constants in the NASM writer.
|
4 жил өмнө |
florian
|
637976e83f
* patch by Marģers to unify internal error numbers, resolves #37888
|
4 жил өмнө |
yury
|
6e777d8967
* ait_comment,ait_regalloc,ait_tempalloc,ait_varloc instructions produce only comments in the external assembler output. Moved handling of these instructions to TExternalAssembler.WriteComments().
|
5 жил өмнө |
nickysn
|
c90f78488c
+ added the 'AREA' directive support to the Z80 inline assembler, that allows
|
5 жил өмнө |
svenbarth
|
921e73ab0c
+ add compiler support for the Z80 MSX-DOS target
|
5 жил өмнө |
nickysn
|
996ab2feba
* renamed some REL sections to follow a similar naming convention
|
5 жил өмнө |
nickysn
|
195e7e0918
* translate jrjp to jp in the sdcc-sdasz80 asm writer
|
5 жил өмнө |
nickysn
|
86e04ddd5c
+ enable the sdasz80 lameness check permanently, because the system unit now
|
5 жил өмнө |
nickysn
|
6dbe1368ef
+ z80: added range checking for d in the (IX+d) and (IY+d) addressing modes in
|
5 жил өмнө |
pierre
|
a506fe9560
Fix cross-compilation on aarch64-linux using -dFPC_SOFT_FPUX80 option
|
5 жил өмнө |
Károly Balogh
|
db1ef439b5
z80: sdasz80 won't do section smartlinking for us, but it's used for the zx spectrum target
|
5 жил өмнө |
nickysn
|
3a80895e34
* fixed section writing with smartlinking the sdcc-sdasz80 asm writer
|
5 жил өмнө |
nickysn
|
3d81dd0b00
* ReplaceForbiddenAsmSymbolChars renamed ApplyAsmSymbolRestrictions, because now it also applies the
|
5 жил өмнө |
nickysn
|
4165e3224a
- removed some commented out code that won't be needed
|
5 жил өмнө |
nickysn
|
db4581041a
* moved $EXTRAOPT before $OBJ
|
5 жил өмнө |
nickysn
|
3580c53b05
+ enabled library-based smart linking for the ZX Spectrum target (not fully working yet)
|
5 жил өмнө |
nickysn
|
2e55f9f4ab
+ support ait_realconst in the SDCC-SDASZ80 asm output
|
5 жил өмнө |
nickysn
|
a8fe46c0f5
+ introduced labelmaxlen in tasminfo and added code in ReplaceForbiddenAsmSymbolChars that limits the
|
5 жил өмнө |
nickysn
|
084b4187f8
* dollar sign changed to dollar in the SDCC-SDASZ80 asm output
|
5 жил өмнө |
nickysn
|
2bcd6f4c17
+ apply ReplaceForbiddenAsmSymbolChars to all symbols in the SDCC-SDASZ80 assembler output
|
5 жил өмнө |
nickysn
|
168c009bc3
- removed the 'sdcc-' prefix of sdasz80 and sdldz80
|
5 жил өмнө |
nickysn
|
1813727faf
+ support addr_full in the sdcc-sdasz80 asm writer
|
5 жил өмнө |
nickysn
|
a6e72713ad
+ support conditions in the Z80 inline assembler
|
5 жил өмнө |
nickysn
|
ed2c19293a
- removed getopstr - unused function, causing warning
|
5 жил өмнө |
nickysn
|
fb9d7c1289
* fixed warning in agsdasz80
|
5 жил өмнө |
nickysn
|
35742f4d0d
+ write a comment for the CPU directive in the sdcc-sdasz80 asm output
|
5 жил өмнө |
nickysn
|
e86cd0df7a
+ handle ait_marker in the sdcc-sdasz80 asm writer
|
5 жил өмнө |