Implement SRAM sections.

This commit is contained in:
Anthony J. Bentley
2013-07-31 20:04:46 -06:00
parent 6aecf65552
commit 7ab9742299
7 changed files with 192 additions and 10 deletions

View File

@@ -54,7 +54,8 @@ enum eSectionType {
SECT_CODE,
SECT_HOME,
SECT_HRAM,
SECT_WRAMX
SECT_WRAMX,
SECT_SRAM
};
struct sSection {