Added input ability to BASIC
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user