Age | Commit message (Collapse) | Author |
|
respectively
|
|
|
|
need for the caller to decide whether an 8-bit or 32-bit displacement is needed in the rdisp functions. Update m68k_to_x86 to use the new version of the gen_x86 functions and do some minor refactoring there in the process
|
|
|
|
refactoring
|
|
register are handled correctly
|
|
and gen.c. Added a couple fields to cpu_options so that gen_mem_fun can be made guest CPU generic
|
|
host instruction sets with different instruction word sizes. Make x86_68k_options contain a cpu_options so that gen_mem_fun can eventually be shared with the Z80 core.
|
|
|
|
|
|
between M68K and Z80 cores and possibly also between x86 and the ARM backend when it exists
|
|
|
|
|
|
|
|
player on ARM
|
|
|
|
|
|
|
|
flag_regs setting
|
|
array so that flags can be moved out of registers for the 32-bit port. set/get ccr/sr still need to be updated to support this, but everything else should be done.
|
|
save/load_context functions. Since the hand written versions of save/load are no longer used they have been removed.
|
|
generated save/load_context functions
|
|
save/load_context functions
|
|
|
|
code that messes with the stack is not worth the trouble.
|
|
load_context and save_context
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
size gets written
|
|
doesn't follow conditional branches to lower addresses. This makes it useful for advancing to the end of a loop. Also fixed a bug in next introduced by the refactor.
|
|
|
|
|
|
|