Commit History

作者 SHA1 備註 提交日期
  nickysn 7da8719036 + support near pointers, bound to a segment register in hlcg.reference_reset_base 11 年之前
  nickysn 313240b9e8 * use a better way (suggested by Jonas) to determine whether a procedure is from 11 年之前
  nickysn 70a7ecd0fa + use 'push cs + call near' (which is both shorter and faster), instead of far 11 年之前
  nickysn d8d3706462 + override hlcg.a_call_name for i8086 and dispatch to the appropriate type of 11 年之前
  nickysn 40a6a9c820 + added i8086 specific implementation of thlcgcpu.a_load_loc_ref, which handles 11 年之前
  nickysn 2e7aab0155 * refactored i8086's thlcgcpu.location_force_mem: 11 年之前
  nickysn 4e60d2316f * support implicit pointer types (classes, dynarrays, ansistrings, etc.) in 11 年之前
  nickysn ce59c4616f * assume SS for the segment of references that have BP as base in 11 年之前
  nickysn ead05754b4 + implemented hlcg.a_loadaddr_ref_reg for i8086, which uses tosize to determine whether the destination is a far pointer, instead of using the presence of ref.segment 11 年之前
  nickysn 26b53607f8 + added method reference_reset_base with support for different pointer types to 11 年之前
  nickysn 3cd9cef182 + added a far pointer aware implementation of hlcg.getaddressregister for i8086. 11 年之前
  nickysn 039979fdcc * handle 4-byte records in registers as well in location_force_mem on i8086 11 年之前
  nickysn 7e7ab2fd4d * also handle nested proc ptrs in thlcgcpu.location_force_mem on i8086 11 年之前
  nickysn a5284881f5 + support 6-byte records in registers in thlcgcpu.location_force_mem on the i8086; this fixes the handling of methodpointers typecasted to record (TMethod) in medium and compact memory models 12 年之前
  nickysn 2e97de9522 + added an i8086 specific override of thlcgcpu.location_force_mem, which handles 6-byte (medium/compact memory model) method pointers 12 年之前
  nickysn eff0894a66 all the extra i8086 units added 12 年之前