1
/*
2
Define the i/o port global symbol
3
*/
4
5
.globl _io_ports
6
_io_ports=0x0000
7
8
9
0x0000 is the default mapping at reset. (it is 0x1000 for 68hc11)
10
11