Add ordered list of known memories to avr.c with access functions

This commit is contained in:
Stefan Rueger
2022-08-02 23:53:00 +01:00
parent 02027ab766
commit 42c8169c37
4 changed files with 52 additions and 36 deletions

View File

@@ -1320,6 +1320,7 @@ part_parm :
mem->desc[AVR_MEMDESCLEN-1] = 0;
ladd(current_part->mem, mem);
}
avr_add_mem_order($2->value.string);
current_mem = mem;
free_token($2);
}