Pokecomgo (Sharp PC emulator on Android)
|
11-22-2020, 08:27 AM
Post: #7
|
|||
|
|||
RE: Pokecomgo (Sharp PC emulator on Android)
If someone is emulating Sharp PC-1350 with this app, then you know that there's no annunciator for DEG/RAD/GRAD shown on the screen.
The flag for this is located in memory position 787C, so you can use a short program to quickly check the flag. 10000 "A": A=PEEK &787C 10001 REM 1=DEGREE, 2=RADIAN, 4=GRAD 10010 ON A GOTO 10040,10060 10020 PRINT "GRAD" 10030 GOTO 10070 10040 PRINT "DEGREE" 10050 GOTO 10070 10060 PRINT "RADIAN" 10070 END |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 4 Guest(s)