Terminal program for MailStation devices
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 10 lines 268 B view raw
1; vim:syntax=z8a:ts=8:sw=8 2 3 ; when running from dataflash, we are loaded at 0x4000 and use slot 8 4 ; for swapping devices 5 .equ RUN_ADDR, #0x4000 6 .equ RUN_DEVICE, #0x6 7 .equ RUN_PAGE, #0x5 8 .equ SLOT_ADDR, #0x8000 9 .equ SLOT_DEVICE, #0x8 10 .equ SLOT_PAGE, #0x7