mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
Initial creation of sourceware repository
This commit is contained in:
8
sim/z8k/mem.h
Normal file
8
sim/z8k/mem.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#define Z8k_PAGE_SIZE (1<<PAGE_POWER)
|
||||
|
||||
int sim_read_byte PARAMS((sim_state_type *, sim_phys_addr_type));
|
||||
unsigned int sim_read_short PARAMS((sim_state_type *, sim_phys_addr_type));
|
||||
void sim_write_long PARAMS((sim_state_type *, sim_phys_addr_type,
|
||||
int));
|
||||
void sim_write_short PARAMS((sim_state_type *, sim_phys_addr_type, int));
|
||||
void sim_write_byte PARAMS((sim_state_type *, sim_phys_addr_type, int));
|
||||
Reference in New Issue
Block a user