This little, pure BASIC program retrieves the password, stored in memory and displays it.
10: C$=""
20: CLEAR
30: FOR B=1 TO 7:C$=C$+CHR$(PEEK(57359+B)):NEXT
40: PRINT C$
This little, pure BASIC program retrieves the password, stored in memory and displays it.
10: C$=""
20: CLEAR
30: FOR B=1 TO 7:C$=C$+CHR$(PEEK(57359+B)):NEXT
40: PRINT C$