We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05dc90d commit 757b40dCopy full SHA for 757b40d
VTUI0.8.BIN
8 Bytes
acme-ex02.asm
@@ -49,10 +49,6 @@ main:
49
+VTUI_INPUT_STR ; Get a string from user
50
sty StrLen ; Store actual length of string
51
52
- lda #' '
53
- ldx #(BLUE<<4)|WHITE
54
- +VTUI_PLOT_CHAR ; Remove cursor after input
55
-
56
lda #20 ; Goto 20, 20
57
ldy #20
58
+VTUI_GOTOXY
vtuilib-generic.asm
@@ -852,4 +852,7 @@ vtui_input_str:
852
iny ; Inc .Y to show a char has been added
853
bra @inputloop
854
855
-@end: rts
+@end: lda #' '
856
+ sta VERA_DATA0
857
+ stx VERA_DATA0
858
+ rts
0 commit comments