DaveTCode / zmachine-golang

A Z-Machine interpreter written in golang specifically to learn a little about golang and because it's fun
MIT License
0 stars 0 forks source link

Wrong strings being printed in some circumstances in z8 game #9

Closed DaveTCode closed 3 weeks ago

DaveTCode commented 3 weeks ago

image

baking-with-lizzie.z8

Presumably those are print_obj or print_paddr and I'm misunderstanding something about v8

DaveTCode commented 3 weeks ago

Seems like other z8 games are doing the same thing, maybe it's outputting table to another stream and then the table back on the primary one. Just guessing, haven't tried debugging.