work on interrupts

This commit is contained in:
Kyle Cardoza 2024-03-31 01:11:09 -04:00
parent 67ae905a17
commit a0615f1958
1 changed files with 3 additions and 1 deletions

View File

@ -227,7 +227,9 @@ cop_get_version:
; the character from stdin, and send it to stdout. Return the character value
; in A.
;
; Arguments: None
; Arguments:
; A: Bit 7 set to disable echo to standard output.
; Bit 6 set to disable blocking, returning 0xFF if there was no character.
; Return Value:
; A: Input character