Initial work on a simple serial driver for ableos

feature/trap-handlers
able 2023-06-21 08:22:56 -05:00
parent eefde51ddf
commit 8ab55e801f
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
jmp r0, start
start:
jmp r0, init_serial_port
-- Uses r20 to set the port
init_serial_port:
add r20, r30, r10