nickysn
|
3dec4eece8
* fixed Z80 setjmp/longjmp
|
před 5 roky |
nickysn
|
57912f673f
+ added PrintShortString to the ZX Spectrum RTL to help with testing
|
před 5 roky |
nickysn
|
6088f4a882
+ added Mem[] support to the ZX Spectrum system unit
|
před 5 roky |
nickysn
|
c343286b3e
+ initialize more stuff in the system unit. Stdio doesn't work yet... :(
|
před 5 roky |
nickysn
|
ded6fdd04f
* reduced the stack area to 256 bytes
|
před 5 roky |
nickysn
|
3afdab19a1
+ implemented fpc_setjmp and fpc_longjmp for the Z80
|
před 5 roky |
nickysn
|
085fdcf3ab
* moved the ZX Spectrum program load address lower, so we could fit more code and data
|
před 5 roky |
nickysn
|
a9bf07d1f9
* the system unit now compiles with FULL_RTL, so the ifdefs are removed. Smartlinking is required from
|
před 5 roky |
nickysn
|
3d81dd0b00
* ReplaceForbiddenAsmSymbolChars renamed ApplyAsmSymbolRestrictions, because now it also applies the
|
před 5 roky |
nickysn
|
4165e3224a
- removed some commented out code that won't be needed
|
před 5 roky |
nickysn
|
55f12aac03
+ added the tf_no_objectfiles_when_smartlinking target flag to z80-zxspectrum and z80-embedded
|
před 5 roky |
nickysn
|
b1f7770845
+ enable tf_smartlink_library and support library-based smartlinking on the z80-embedded target
|
před 5 roky |
nickysn
|
f74d7f1059
* switch back to using an unscripted ar for the ZX Spectrum target
|
před 5 roky |
nickysn
|
df65884b7e
* synchronized with trunk
|
před 5 roky |
nickysn
|
d359787c91
* loop forever in system_exit
|
před 5 roky |
nickysn
|
f6ab9729fb
* fixed writing sdcc-sdldz80 library files to the linker script
|
před 5 roky |
florian
|
951f02d188
* correctly set register size
|
před 5 roky |
nickysn
|
db4581041a
* moved $EXTRAOPT before $OBJ
|
před 5 roky |
nickysn
|
fdbf1f4b7f
+ supported scripted sdcc-sdar
|
před 5 roky |
nickysn
|
8bd38e0e29
+ added new ar - sdcc-sdar
|
před 5 roky |
nickysn
|
3580c53b05
+ enabled library-based smart linking for the ZX Spectrum target (not fully working yet)
|
před 5 roky |
Mattias Gaertner
|
bb4557c5fe
fcl-passrc: allow static directive repetition in method implementation
|
před 5 roky |
nickysn
|
91289fddf4
+ emit a label in g_intf_wrapper, even though the entire function is not yet implemented. For now, this
|
před 5 roky |
nickysn
|
2e55f9f4ab
+ support ait_realconst in the SDCC-SDASZ80 asm output
|
před 5 roky |
nickysn
|
a8fe46c0f5
+ introduced labelmaxlen in tasminfo and added code in ReplaceForbiddenAsmSymbolChars that limits the
|
před 5 roky |
nickysn
|
084b4187f8
* dollar sign changed to dollar in the SDCC-SDASZ80 asm output
|
před 5 roky |
nickysn
|
2bcd6f4c17
+ apply ReplaceForbiddenAsmSymbolChars to all symbols in the SDCC-SDASZ80 assembler output
|
před 5 roky |
nickysn
|
0b73bfa3ab
* the dummy fpc_InitializeUnits and fpc_do_exit procedures are only defined if system unit is compiled
|
před 5 roky |
nickysn
|
b15c66b396
* fixed tcgz80.a_call_reg
|
před 5 roky |
nickysn
|
4b88e8f48e
* fixed label placement in tcgz80.a_cmp_const_reg_label for 16-bit/32-bit operations OC_GT,OC_LT,OC_GTE,OC_LTE,OC_BE,OC_B,OC_AE,OC_A
|
před 5 roky |