Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

9.25 strange behaviour when invoking agon-ez80asm from autoexec.txt #48

Open
bgates747 opened this issue Feb 14, 2024 · 1 comment
Open

Comments

@bgates747
Copy link

with these directives in autoexec.txt:

SET KEYBOARD 1
ez80asm hello_world.asm
load hello_world.bin

0.9.25 emulator does:
image

if i remove the load command:
image

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:

image

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.

@bgates747
Copy link
Author

p.s.: it assembles, loads and executes properly from the command line when i boot from stock autoexec.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant