compound assignment operators

This commit is contained in:
pommicket 2022-02-13 10:06:41 -05:00
parent 07faf56f7d
commit 6b42f4198f
3 changed files with 212 additions and 2 deletions

View file

@ -8,6 +8,7 @@
; you should be able to change these constants (in a way that's consistent) without breaking anything:
#define ENTRY_ADDR 0x200000
#define FUNCTIONS_ADDR 0x400000
#define FUNCTIONS_END 0x800000
#define TOTAL_CODE_SIZE 0x600000
#define RODATA_ADDR 0x800000
#define RODATA_SIZE 0x400000