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

View File

@@ -10,12 +10,10 @@ start:
mov si, boot_message
call os_print_string
; TESTING
;mov ax, 3
;call string_cast_from_int
;mov si, stringified_int
;call os_print_string
mov si, tmp
mov ah, 0Eh
int 10h
call os_start_cli
hlt