We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
At this time the program can only be executed where the font.bin and index.gph are allocated.
font.bin
index.gph
Could be great that the program read the executable .COM folder and try to load the files from there.
.COM
For this you need just to read the Environment variable PROGRAM and extract the folder.
PROGRAM
Example of howto: https://github.com/nataliapc/sdcc_msxdos/blob/main/src/dos_get_program_path.c https://github.com/nataliapc/sdcc_msxdos/blob/main/src/dos2_get_env.c
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At this time the program can only be executed where the
font.bin
andindex.gph
are allocated.Could be great that the program read the executable
.COM
folder and try to load the files from there.For this you need just to read the Environment variable
PROGRAM
and extract the folder.Example of howto:
https://github.com/nataliapc/sdcc_msxdos/blob/main/src/dos_get_program_path.c
https://github.com/nataliapc/sdcc_msxdos/blob/main/src/dos2_get_env.c
The text was updated successfully, but these errors were encountered: