Skip to content

Commit

Permalink
Merge pull request #42 from mike-wiese/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
DevoKun authored Dec 20, 2023
2 parents 95cc75e + 742dc2c commit 8deda28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _pages/docs/techref/aa-the-prodos-basic-system-program.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ permalink: /docs/techref/the-prodos-basic-system-program/
BE92: DEX
BE93: BPL MLIERR1
BE95: LDX #$13 ;If not recognized, make it I/O error
BE97: MLIERR2 LDA BIERRTBL,X ;return error in Accumulator
BE97: MLIERR2 LDA CIERRTBL,X ;return error in Accumulator
BE9A: LDX CALLX ;Restore X register
BE9D: SEC ;Set Carry to indicate error
BE9E: XRETURN RTS
Expand Down

0 comments on commit 8deda28

Please sign in to comment.