nickysn
|
e8bca88dad
+ output nothing for ait_symbol_end
|
5 年 前 |
nickysn
|
b91269b821
+ output unsupported aligns as comments (I don't think z80asm supports an align directive)
|
5 年 前 |
nickysn
|
c8ec4731e1
* indentation fix
|
5 年 前 |
nickysn
|
086ae1fc29
+ perform some character escaping on the labels, because z80asm doesn't seem to like e.g. dollar signs in labels
|
5 年 前 |
nickysn
|
7bf31b0c26
+ z80asm output for ait_const (8 and 16-bit only for now) and ait_symbol
|
5 年 前 |
nickysn
|
70d14c3c78
+ implement ait_string for z80asm
|
5 年 前 |
nickysn
|
f8733f42c9
+ started working on the z80 assembler writer - produce comments, labels and comments with unsupported asm objects
|
5 年 前 |
nickysn
|
ce424f2954
+ added the OUTI instruction
|
5 年 前 |
nickysn
|
42d484cf82
* regenerated makefiles
|
5 年 前 |
nickysn
|
48b4cc34cb
* synchronized with trunk
|
5 年 前 |
nickysn
|
fc6e74642d
* regenerate makefiles
|
5 年 前 |
nickysn
|
da40f04d45
* fixed duplicated regdat definition in makefile, that was caused as an artifact after merging with trunk
|
5 年 前 |
nickysn
|
b3d1003f7e
* TZ80GNUAssembler renamed TZ80AsmAssembler, because it targets the "z80asm" assembler
|
5 年 前 |
nickysn
|
7050d7a376
- removed the -mmcu= command line option from z80asm
|
5 年 前 |
nickysn
|
70abc8ce44
* switch to z80asm (instead of gas, which doesn't support z80) for system_z80_embedded
|
5 年 前 |
Jonas Maebe
|
375cc2b443
* allow FPC 3.2.0 as bootstrap version
|
5 年 前 |
Jonas Maebe
|
10b15628ab
* split i/t_darwin from i/t_bsd, as they don't have that much in common
|
5 年 前 |
florian
|
c5fec35652
* updated
|
5 年 前 |
florian
|
1f00875f8c
* fix ppudump after addition of freertos-xtensa
|
5 年 前 |
florian
|
0d41d86dd2
* Xtensa: use generic tcpuparamanager.getcgtempparaloc
|
5 年 前 |
florian
|
b51f3d6e53
* Xtensa: fix TCPUAddNode.second_cmp
|
5 年 前 |
florian
|
0a40d927cb
* Xtensa: fix tcgcpu.a_cmp_reg_reg_label
|
5 年 前 |
florian
|
b787efb7fd
* Xtensa: tcgcpu.g_concatcopy fixed: keep registers alive
|
5 年 前 |
florian
|
391512546e
+ initial FreeRTOS RTL support, largely based on the Embedded target, limited to Xtensa so far
|
5 年 前 |
florian
|
f6b6622569
+ git support
|
5 年 前 |
nickysn
|
943d0cbbe2
* use the generic code of tcg.getintregister, which supports 8-bit CPUs after merging trunk
|
5 年 前 |
nickysn
|
755fe97c51
* synchronize with trunk
|
5 年 前 |
Jonas Maebe
|
c8307d4022
* use getpagesize function instead of reading external variables to restore
|
5 年 前 |
Jonas Maebe
|
429b3744c4
* fpc: don't search for compiler binary in current directory when paramstr(0)
|
5 年 前 |
Jonas Maebe
|
3b8979210d
* check target system instead of using an ifdef
|
5 年 前 |