mirror of
https://github.com/rigreco/UniDisk.git
synced 2024-10-31 13:07:59 +00:00
8 lines
219 B
QBasic
8 lines
219 B
QBasic
10 HOME
|
|
20 PRINT CHR$ (4);"BLOAD UNIDRIVE3"
|
|
25 INPUT "N ";N1
|
|
30 POKE 25,(N1 - INT (N1 / 256) * 256)
|
|
32 POKE 26, INT (N1 / 256)
|
|
40 CALL 32768
|
|
50 PRINT : PRINT "RESULT IS "; PEEK (29) + 256 * PEEK (30)
|