Histórico de Commits

Autor SHA1 Mensagem Data
  nickysn 175cbf672f + initial implementation of an .IHX (Intel hex format) to .TZX (ZX Spectrum tape file format) file conversion tool há 5 anos atrás
  nickysn d8ca077c33 + add externals as .globl directives in the sdcc-sdasz80 assembler output há 5 anos atrás
  nickysn c0b4e5c994 - removed the unused 's: topsize' parameter to TSdccSdasZ80Assembler.WriteOper há 5 anos atrás
  nickysn 1b06b649a7 * use is_calljmp to determine whether to use WriteOper_jmp in the sdcc-sdasz80 asm writer. This fixes há 5 anos atrás
  nickysn 87eae35e2f * synchronize with trunk há 5 anos atrás
  nickysn fdc24164a0 + implemented 8-bit signed comparisons as well há 5 anos atrás
  nickysn 8a1be73ce0 * also use the unsigned 8-bit comparison code for 8-bit signed equal/unequal comparisons há 5 anos atrás
  nickysn 55c18a11a0 - removed commented out code from TZ80AddNode.second_cmp há 5 anos atrás
  nickysn 9dc8744b53 - removed debug writeln há 5 anos atrás
  nickysn 59d7a45215 * generate more optimal code for unsigned 8-bit comparisons in TZ80AddNode.second_cmp há 5 anos atrás
  florian e32027c8d3 + add missing semicolon, resolves #36868 há 5 anos atrás
  florian 0ff034216a + xtensa-linux support for the rtl makefile há 5 anos atrás
  nickysn 5585bdb6aa + also support unsigned 8-bit > and <= in TZ80AddNode.second_cmp. All 8-bit unsigned comparisons now há 5 anos atrás
  nickysn f52f9dc56b + added a not-yet-complete implementation of TZ80AddNode.second_cmp. Only 8-bit unsigned comparison há 5 anos atrás
  nickysn 3ed692a157 + implemented tcgz80.a_jmp_flags há 5 anos atrás
  nickysn ff655543ed + support conditional jumps in the sdcc-sdasz80 assembler writer há 5 anos atrás
  nickysn d05a632616 + write jump operands (not all forms supported yet) in the sdcc-sdasz80 asm output há 5 anos atrás
  nickysn fb3a079916 * updated TAsmCond and TResFlags for the Z80 há 5 anos atrás
  nickysn 99e304165e * fix for 64-bit OP_AND/OP_OR/OP_XOR in tcgz80.a_op_reg_reg_internal há 5 anos atrás
  nickysn c0b3eb70ac + fix for 64-bit OP_NOT in tcgz80.a_op_reg_reg_internal há 5 anos atrás
  nickysn 5b8fd51b3a + implemented OP_NEG in tcgz80.a_op_reg_reg_internal há 5 anos atrás
  nickysn a362c3247d + added instruction encoding info for all the remaining Z80 instructions há 5 anos atrás
  Károly Balogh 086c897981 amicommon: m68k-amiga legacy support há 5 anos atrás
  Károly Balogh 8816a0b601 m68k-amiga: startup code now uses legacyexech, instead of explicitly declaring legacy support functions it needs há 5 anos atrás
  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) há 5 anos atrás
  Károly Balogh 632353a808 m68k-amiga: prepare the startup code and system unit for legacy support há 5 anos atrás
  Károly Balogh 433e40fe71 m68k-amiga: while trying to construct ParamStr(0), if the directory is empty, do not prepend the binary name with '/' há 5 anos atrás
  Károly Balogh e0fe8bd175 m68k-amiga: implemented functions required for basic parameter handling in legacydos há 5 anos atrás
  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 há 5 anos atrás
  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 há 5 anos atrás