Added Sub-Routines to KernelRoutineList.txt

This commit is contained in:
0xMAC8205 2023-11-08 23:48:21 +01:00
parent 97dde5c46a
commit 50cc073af3
2 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,9 @@ Hardware.s
set_user_led set_user_led
scan_keyboard scan_keyboard
expansion_set
expansion_get
Int.s Int.s
| |
+- int16_add_byte +- int16_add_byte

2
main.s
View File

@ -4,6 +4,8 @@
; fix Keyboard scanning ; fix Keyboard scanning
; work on KernelRoutinesList.txt ; work on KernelRoutinesList.txt
; The LS/7 Computer Rev. 1
; Does not support the Graphics module !
.include "src/variables.s" .include "src/variables.s"