提交历史

作者 SHA1 备注 提交日期
  nickysn d8ca077c33 + add externals as .globl directives in the sdcc-sdasz80 assembler output 5 年之前
  nickysn c0b4e5c994 - removed the unused 's: topsize' parameter to TSdccSdasZ80Assembler.WriteOper 5 年之前
  nickysn 1b06b649a7 * use is_calljmp to determine whether to use WriteOper_jmp in the sdcc-sdasz80 asm writer. This fixes 5 年之前
  nickysn 87eae35e2f * synchronize with trunk 5 年之前
  nickysn fdc24164a0 + implemented 8-bit signed comparisons as well 5 年之前
  nickysn 8a1be73ce0 * also use the unsigned 8-bit comparison code for 8-bit signed equal/unequal comparisons 5 年之前
  nickysn 55c18a11a0 - removed commented out code from TZ80AddNode.second_cmp 5 年之前
  nickysn 9dc8744b53 - removed debug writeln 5 年之前
  nickysn 59d7a45215 * generate more optimal code for unsigned 8-bit comparisons in TZ80AddNode.second_cmp 5 年之前
  florian e32027c8d3 + add missing semicolon, resolves #36868 5 年之前
  florian 0ff034216a + xtensa-linux support for the rtl makefile 5 年之前
  nickysn 5585bdb6aa + also support unsigned 8-bit > and <= in TZ80AddNode.second_cmp. All 8-bit unsigned comparisons now 5 年之前
  nickysn f52f9dc56b + added a not-yet-complete implementation of TZ80AddNode.second_cmp. Only 8-bit unsigned comparison 5 年之前
  nickysn 3ed692a157 + implemented tcgz80.a_jmp_flags 5 年之前
  nickysn ff655543ed + support conditional jumps in the sdcc-sdasz80 assembler writer 5 年之前
  nickysn d05a632616 + write jump operands (not all forms supported yet) in the sdcc-sdasz80 asm output 5 年之前
  nickysn fb3a079916 * updated TAsmCond and TResFlags for the Z80 5 年之前
  nickysn 99e304165e * fix for 64-bit OP_AND/OP_OR/OP_XOR in tcgz80.a_op_reg_reg_internal 5 年之前
  nickysn c0b3eb70ac + fix for 64-bit OP_NOT in tcgz80.a_op_reg_reg_internal 5 年之前
  nickysn 5b8fd51b3a + implemented OP_NEG in tcgz80.a_op_reg_reg_internal 5 年之前
  nickysn a362c3247d + added instruction encoding info for all the remaining Z80 instructions 5 年之前
  Károly Balogh 086c897981 amicommon: m68k-amiga legacy support 5 年之前
  Károly Balogh 8816a0b601 m68k-amiga: startup code now uses legacyexech, instead of explicitly declaring legacy support functions it needs 5 年之前
  Károly Balogh 8d690546f3 m68k-amiga: make all legacy support functions have a public name, and supply headers for them (will be utilized by athreads, dos, and sysutils units) 5 年之前
  Károly Balogh 632353a808 m68k-amiga: prepare the startup code and system unit for legacy support 5 年之前
  Károly Balogh 433e40fe71 m68k-amiga: while trying to construct ParamStr(0), if the directory is empty, do not prepend the binary name with '/' 5 年之前
  Károly Balogh e0fe8bd175 m68k-amiga: implemented functions required for basic parameter handling in legacydos 5 年之前
  Károly Balogh f5becf9ac6 m68k-amiga: implemented StackSwap and DeletePool in legacyexec support, also declare public name for a few functions, so the startup code can hook into them 5 年之前
  Károly Balogh 3509d277d0 amiga: use -mtype vlink argument instead of -sc -sd when doing section gc. this prevents merging the bss section into the data section and is more compatible with pre-v2.0 OS versions. needs vlink 0.16b or newer 5 年之前
  nickysn c5aa1193bf + started describing the instructions encoding 5 年之前