mirror of
https://github.com/toyoshim/Applerm-II.git
synced 2025-01-18 04:30:23 +00:00
Takashi Toyoshima
1fc9cb8a93
Now GPIO can be accessible via Apple BASIC
POKE -16240, 255 # Set all bits of GPIO0 as output ports POKE -16224, 255 # Output all one to GPIO0 POKE -16224, 0 # Output all zero to GPIO0
…
Applerm-II
Apple II emulator running on ARM Cortex-M0
Description
Languages
Assembly
78%
C
12.7%
Pawn
5.6%
Makefile
3.7%