-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix some minor CP/M-65 issues. (#384)
* Fix a typo where sometimes BIOS functions where being invoked through the BDOS entrypoint (with hilarious consequences). * Fix some a few minor incorrect prototypes.
- Loading branch information
1 parent
45c4385
commit 675461c
Showing
2 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
.ifb \exiter | ||
jmp BIOS | ||
.else | ||
jsr BDOS | ||
jsr BIOS | ||
jmp \exiter | ||
.endif | ||
.endm | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters