User talk:Zzo38/Famicom Z-machine

From NESdev Wiki
< User talk:Zzo38
Revision as of 04:59, 10 March 2016 by Zzo38 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Bug report

  • The implementation of PRINTC seems to be wrong (I think zprntc1 and zprntc2 are reversed from what it should be)
  • DIV and READ and SAVE and RESTORE are not implemented yet (I believe I haven't missed any others)
  • Calls to textba and textwa could be tail call optimized (maybe?)
  • It might be possible to save one cycle by avoiding RTS trick for instruction dispatch?
  • Rearrange code to avoid conditional branches across pages (probably should not be optimized prematurely)