11 lines
230 B
C
11 lines
230 B
C
#ifndef CR16C_CPU_PARAM_H
|
|
#define CR16C_CPU_PARAM_H
|
|
|
|
#define TARGET_PAGE_BITS 12
|
|
|
|
#define TARGET_PHYS_ADDR_SPACE_BITS 32
|
|
#define TARGET_VIRT_ADDR_SPACE_BITS 32
|
|
|
|
#define TARGET_INSN_START_EXTRA_WORDS 0
|
|
|
|
#endif // CR16C_CPU_PARAM_H
|