Post Reply 
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
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Pokecomgo (Sharp PC emulator on Android) - tommi60 - 11-22-2020 08:27 AM



User(s) browsing this thread: 1 Guest(s)