1
0
Fork 0
This commit is contained in:
jenra-uwu 2021-07-31 19:36:35 -04:00
parent a409ebdd7d
commit abfb09563f
1 changed files with 0 additions and 2 deletions

View File

@ -8,7 +8,6 @@
# sbi_console_putchar(char) -> void
# Puts a character onto the UART port.
sbi_console_putchar:
li a6, 0
li a7, 1
@ -17,7 +16,6 @@ sbi_console_putchar:
# sbi_console_getchar() -> int
# Gets a character from the UART port.
sbi_console_getchar:
li a6, 0
li a7, 2