modify code to use accumulator architecture to minimize pointer usage

This commit is contained in:
Jeff Wang
2019-05-01 03:51:29 -04:00
parent 96c762aeed
commit 6399cbf44f
8 changed files with 339 additions and 276 deletions

View File

@ -37,6 +37,7 @@ char* u32str(uint32_t x, char* buf, uint8_t base);
#if defined(DESKTOP) || defined(IS_ECLIPSE)
#define __xdata
#define __idata
#define __sfr
#define __at uint8_t*
#define SDCC_ISR(isr, reg)