提交历史

作者 SHA1 备注 提交日期
  nickysn 686022c971 + introduced BAS_EncodeLine to make it easier to construct BASIC programs 5 年之前
  nickysn 8619a8cb32 + introduced BAS_EncodeNumber to make it easier to encode numbers in the BASIC program 5 年之前
  nickysn ac1d4ad499 + added unit zxbasic, containing ZX Spectrum constants for the ZX BASIC keywords 5 年之前
  nickysn 65d2220eb9 + added description in the inital source files comments of ihx2tzx 5 年之前
  nickysn 175cbf672f + initial implementation of an .IHX (Intel hex format) to .TZX (ZX Spectrum tape file format) file conversion tool 5 年之前
  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 年之前