User talk:Zzo38/Famicom Z-machine: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
(Created page with "== Bug report == * The implementation of PRINTC seems to be wrong (I think <tt>zprntc1</tt> and <tt>zprntc2</tt> are reversed from what it should be) * DIV and READ and SAVE a...")
(No difference)

Revision as of 08:30, 20 February 2016

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?)