BASIC interpreter

This commit is contained in:
deadvey
2026-02-09 20:41:49 +00:00
parent 0f6f8f33f6
commit e4fc63134f
16 changed files with 4501 additions and 4524 deletions

2
source/kernel/features/cli.asm Executable file → Normal file
View File

@@ -17,7 +17,7 @@ os_start_cli:
os_read_cli:
pusha
mov si, user_input
mov ax, user_input
call string_upper_case ; Make the input uppercase so it's case insensitive
.output_the_user_input: