Skip to content

Commit

Permalink
modify mciout error behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
mooinglemur committed Oct 7, 2023
1 parent 0f86ef1 commit 824d460
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dos/main.s
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,8 @@ dos_macptr:
;---------------------------------------------------------------
dos_mciout:
BANKING_START
bit cur_context
bmi @1

stz ieee_status

Expand All @@ -573,4 +575,6 @@ dos_mciout:
@end:
BANKING_END
rts
@1: sec ; error: unsupported
bra @end

0 comments on commit 824d460

Please sign in to comment.