Added input ability to BASIC

This commit is contained in:
deadvey
2026-02-09 21:59:35 +00:00
parent e4fc63134f
commit 26ee45eb88
4 changed files with 20 additions and 13 deletions

View File

@@ -1951,7 +1951,7 @@ do_input:
.number_var:
mov ax, .tmpstring ; Get input from the user
mov bx, 6
call string_input
call keyboard_display_input
mov ax, .tmpstring
call string_length
@@ -1981,7 +1981,7 @@ do_input:
add ax, string_vars
mov bx, 128
call string_input
call keyboard_display_input
call os_print_newline