From a0615f1958548df90b577d1c046b3efca889c092 Mon Sep 17 00:00:00 2001 From: Kyle Cardoza Date: Sun, 31 Mar 2024 01:11:09 -0400 Subject: [PATCH] work on interrupts --- src/interrupts.s | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/interrupts.s b/src/interrupts.s index 4377f62..a0b90ea 100644 --- a/src/interrupts.s +++ b/src/interrupts.s @@ -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