i want to migrate a z80 code writing in C and asm to arm platform with linux. But in the old z80 code has some type qualifiers that gcc don't recognize. The qualifiers are basenear and code. Can anyone explain to me what they do?
Examples :
static code char m_default[] ={ " DEFAULT "};
basenear char tx_c1(char *, char);{...}
Examples :
static code char m_default[] ={ " DEFAULT "};
basenear char tx_c1(char *, char);{...}