Commit History

Author SHA1 Message Date
  nickysn 168c009bc3 - removed the 'sdcc-' prefix of sdasz80 and sdldz80 5 years ago
  nickysn 1813727faf + support addr_full in the sdcc-sdasz80 asm writer 5 years ago
  nickysn a6e72713ad + support conditions in the Z80 inline assembler 5 years ago
  nickysn ed2c19293a - removed getopstr - unused function, causing warning 5 years ago
  nickysn fb9d7c1289 * fixed warning in agsdasz80 5 years ago
  nickysn 35742f4d0d + write a comment for the CPU directive in the sdcc-sdasz80 asm output 5 years ago
  nickysn e86cd0df7a + handle ait_marker in the sdcc-sdasz80 asm writer 5 years ago
  nickysn 4e5eb7fa4e + implemented tcgz80.a_loadaddr_ref_reg for symbol references 5 years ago
  nickysn d8ca077c33 + add externals as .globl directives in the sdcc-sdasz80 assembler output 5 years ago
  nickysn c0b4e5c994 - removed the unused 's: topsize' parameter to TSdccSdasZ80Assembler.WriteOper 5 years ago
  nickysn 1b06b649a7 * use is_calljmp to determine whether to use WriteOper_jmp in the sdcc-sdasz80 asm writer. This fixes 5 years ago
  nickysn ff655543ed + support conditional jumps in the sdcc-sdasz80 assembler writer 5 years ago
  nickysn d05a632616 + write jump operands (not all forms supported yet) in the sdcc-sdasz80 asm output 5 years ago
  nickysn 4fe04ac53a * write references of the type (IX+const), (IY+const) as const(IX) or const(IY), since that appears to 5 years ago
  nickysn e04d2acd6c + emit references with negative offsets correctly in the sdcc-sdasz80 asm output 5 years ago
  nickysn 574fea7e63 + ait_tempalloc asm output for sdcc-sdasz80 5 years ago
  nickysn d7675c6c81 + support line info (-al) in the sdcc-sdasz80 asm output 5 years ago
  nickysn 3893baabd8 + output nothing for ait_stab, ait_force_line and ait_function_name in the sdcc-sdasz80 asm writer 5 years ago
  nickysn c3ac9d06c8 + support ait_datablock in the sdcc-sdasz80 asm output 5 years ago
  nickysn fe5daf3d2f + initial implementation of top_ref reference output for sdcc-sdasz80 5 years ago
  nickysn b1ea62f5f6 + implemented ait_regalloc asm output for sdcc-sdasz80 5 years ago
  nickysn aeedb0022d + initial implementation of operand writing (registers and constants only for now) 5 years ago
  nickysn 03ea93de87 + write eol after each instruction 5 years ago
  nickysn d682df8bcd + implemented ait_instruction at least for instructions without operands 5 years ago
  nickysn 1d3f14f769 + implemented ait_align asm output for sdcc-sdasz80 5 years ago
  nickysn 26549ed045 * use the :: and == operators to declare global labels, instead of .globl 5 years ago
  nickysn 4bc09f91cb + initial support for ait_section 5 years ago
  nickysn b0f2902e51 + support ait_symbol with value 5 years ago
  nickysn 58c4fb8db1 + simplified adding the trailing : character when writing an ait_symbol for sdcc-sdasz80 5 years ago
  nickysn bbc8629b39 - removed commented out code for handling case insensitive assemblers, because sdcc-sdasz80 is case sensitive by default 5 years ago