pierre
|
74e83e9d8b
Disable af_smartlink_sections option for Z80 vasm and z80asm assemblers, as it leads to errors
|
4 years ago |
nickysn
|
3d81dd0b00
* ReplaceForbiddenAsmSymbolChars renamed ApplyAsmSymbolRestrictions, because now it also applies the
|
5 years ago |
nickysn
|
a8fe46c0f5
+ introduced labelmaxlen in tasminfo and added code in ReplaceForbiddenAsmSymbolChars that limits the
|
5 years ago |
nickysn
|
fc9a5797dd
* fixed warning in agz80asm
|
5 years ago |
nickysn
|
6159b34608
* capitalize idtxt of z80asm, so it can be selected with -Az80asm
|
5 years ago |
nickysn
|
e8bca88dad
+ output nothing for ait_symbol_end
|
5 years ago |
nickysn
|
b91269b821
+ output unsupported aligns as comments (I don't think z80asm supports an align directive)
|
5 years ago |
nickysn
|
c8ec4731e1
* indentation fix
|
5 years ago |
nickysn
|
086ae1fc29
+ perform some character escaping on the labels, because z80asm doesn't seem to like e.g. dollar signs in labels
|
5 years ago |
nickysn
|
7bf31b0c26
+ z80asm output for ait_const (8 and 16-bit only for now) and ait_symbol
|
5 years ago |
nickysn
|
70d14c3c78
+ implement ait_string for z80asm
|
5 years ago |
nickysn
|
f8733f42c9
+ started working on the z80 assembler writer - produce comments, labels and comments with unsupported asm objects
|
5 years ago |
nickysn
|
b3d1003f7e
* TZ80GNUAssembler renamed TZ80AsmAssembler, because it targets the "z80asm" assembler
|
5 years ago |
nickysn
|
7050d7a376
- removed the -mmcu= command line option from z80asm
|
5 years ago |
florian
|
ea52a23179
+ skeleton for Z80 support
|
8 years ago |