fab-agon-emulator
fab-agon-emulator copied to clipboard
9.25 strange behaviour when invoking agon-ez80asm from autoexec.txt
with these directives in autoexec.txt:
SET KEYBOARD 1
ez80asm hello_world.asm
load hello_world.bin
0.9.25 emulator does:
if i remove the load command:
if i remove the ez80asm command, the same thing happens, and for set keyboard as well.
however, v0.9.20 updated to the same (and most recent) mos/vdp versions works just fine:
one major difference is that i compiled .25 from source on ubuntu 22.04 whereas the .20 version is using the pre-compiled binaries.
attached is a tar.gz archive of the exact executable and files i am running, less the src and related directories due to filesize constraints. v0.9.25-linux-x86_64.tar.gz
it doesn't matter what code i'm trying to assemble and load, nor from which directory.
p.s.: it assembles, loads and executes properly from the command line when i boot from stock autoexec.txt