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

Spaces in -c <command_string> seem to cause issues #8

Open
hintron opened this issue Jun 13, 2023 · 0 comments
Open

Spaces in -c <command_string> seem to cause issues #8

hintron opened this issue Jun 13, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@hintron
Copy link
Owner

hintron commented Jun 13, 2023

This works fine:

emu86 -c "l artoss.bin;z;simptris;e"

while this causes an error:

$ emu86 -c "l artoss.bin;z;simptris; e"
Emu86>l artoss.bin
File "artoss.bin" loaded at address 0000:0000 (CS:IP -> 0000:0100).
Emu86>z
Hard exit mode enabled.
Emu86>simptris
Simptris mode enabled.
Emu86> e
Invalid number of instructions: "tris"
@hintron hintron added the bug Something isn't working label Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant