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

Added "LIST" to BIOS functions. #74

Merged
merged 3 commits into from
May 16, 2024
Merged

Added "LIST" to BIOS functions. #74

merged 3 commits into from
May 16, 2024

Conversation

skx
Copy link
Owner

@skx skx commented May 16, 2024

This pull-request implements the LIST bios call, number 5, which is supposed to write a single character to the printer. In keeping with our previous implementing in the BDOS for the same purpose we write to a named file instead.

The common "print to file" code has been moved to a dedicated file, and I've broken out the BDOS and BIOS functions to named files to aid clarity:

  • cpm_bdos.go - Contains BDOS functions.
  • cpm_bios.go - Contains BIOS functions.

Hopefully that makes future confusion less likely.

skx added 3 commits May 16, 2024 05:43
This pull-request implements the LIST bios call, number 5, which is
supposed to write a single character to the printer.  In keeping with
our previous implementing in the BDOS for the same purpose we write
to a named file instead.

The common "print to file" code has been moved to a dedicated file,
and I've broken out the BDOS and BIOS functions to named files to
aid clarity:

* cpm_bdos.go - Contains BDOS functions.
* cpm_bios.go - Contains BIOS functions.

Hopefully that makes future confusion less likely.
@skx skx merged commit 5f46aed into master May 16, 2024
2 checks passed
@skx skx deleted the bios-dumper branch May 16, 2024 03:19
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

Successfully merging this pull request may close these issues.

None yet

1 participant