From: Michel Pollet Date: Sun, 4 Apr 2010 12:43:32 +0000 (+0100) Subject: core: Added EIND support X-Git-Tag: v1.0a2~14 X-Git-Url: https://git.htl-mechatronik.at/public/?a=commitdiff_plain;h=bb635750795bb0cd7038c4595ee4d4136d05f58c;p=sx%2Fsimavr.git core: Added EIND support Not used in any core, for now. It would still need 24 bits PC support with return addresses to match. Signed-off-by: Michel Pollet --- diff --git a/simavr/sim/sim_avr.h b/simavr/sim/sim_avr.h index 4af20be..9ef4fcf 100644 --- a/simavr/sim/sim_avr.h +++ b/simavr/sim/sim_avr.h @@ -79,6 +79,7 @@ typedef struct avr_t { uint8_t signature[3]; uint8_t fuse[4]; avr_io_addr_t rampz; // optional, only for ELPM/SPM on >64Kb cores + avr_io_addr_t eind; // optional, only for EIJMP/EICALL on >64Kb cores // filled by the ELF data, this allow tracking of invalid jumps uint32_t codeend;