full dis of init exec entry. ready to implement this now.

This commit is contained in:
Mariano Alvira 2009-04-15 19:26:49 -04:00
parent 438c940ed7
commit a5656b81b0
3 changed files with 74 additions and 52 deletions

View file

@ -29,7 +29,7 @@ void put_hex32(uint32_t x);
const uint8_t hex[16]={'0','1','2','3','4','5','6','7',
'8','9','a','b','c','d','e','f'};
#define NBYTES 128
#define NBYTES 1024
__attribute__ ((section ("startup")))
void main(void) {
nvmType_t type=0;