diff options
author | Mike Pavone <pavone@retrodev.com> | 2013-04-30 01:00:10 -0700 |
---|---|---|
committer | Mike Pavone <pavone@retrodev.com> | 2013-04-30 01:00:10 -0700 |
commit | 004b8612c6635467cf52f388087f9f0c57b80bba (patch) | |
tree | 9757b3e6671a921f0a4508eb87a3e41fae3c4a72 /zruntime.S | |
parent | 9d39282488f497b490609cd3ac626c62a5dc222d (diff) |
Implement LDIR and fix a bug in which context was not restored after a call to z80_handle_code_write
Diffstat (limited to 'zruntime.S')
-rw-r--r-- | zruntime.S | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -107,6 +107,7 @@ z80_write_ram: mov %r14d, %edi call z80_handle_code_write mov %rax, %rsi + call z80_load_context not_code: ret z80_write_bank: |