Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 08ed17d

Browse files
committed
bugfix: piano.asm missing dup
1 parent bf157ea commit 08ed17d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interesting/piano.asm

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
EXTB db 13,10,13,10,13,10, ' Press any Key to continue....' , '$'
4949
5050
;Input Variable
51-
INPUT DB 128 (?)
51+
INPUT DB 128 DUP(?)
5252
PETUN DB 'A = DO; S = MI; D = SOL; >> 0 UNTUK KELUAR' ,13,10, '$'
5353
STOR DW 0 ;MEMORY
5454

0 commit comments

Comments
 (0)