> On Dec 3, 2025, at 7:07 AM, Mike Hyde <[email protected]> wrote:
> 
> I downloaded Zork, used z100pkg on it, and it created the bx files.  I then 
> loaded it on a 102 with rex# 4.9, but when I try running it it crashes with 
> error #1f58.

Hi, Mike. I see the same error in virtualt-1.8+ .  At a cursory glance it looks 
like that's an error in "setupimage:" which is described in the assembly 
comments as:

;init code to be called when game
; starting, to set up reading from
; game image - need to call this
; before using zgeta, zputa
;DESTROYS ALL REGS

setupimage:
 ;the block currently selected is
; first (contains interpreter)

 Now, my 8080 is so rusty as to effectively not exist any more but it looks 
like if we're at 0x1f58 to throw the error it's because cblkp failed. Why, I 
couldn't say in the couple of minutes I had to look. Also I know nothing about 
the REX API and it's definitely digging around in the REX filesystem here.

Reply via email to