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 |
||
---|---|---|
6502.S | ||
LICENSE | ||
Makefile | ||
README.md | ||
apple2.S | ||
ftest.c | ||
lpc1114.ld | ||
registers.inc | ||
reset.S | ||
test.c | ||
uart.S | ||
vectors.S |
README.md
Applerm-II
Apple II emulator running on ARM Cortex-M0