drivers/hcs12/ports.s
author etisserant
Fri, 25 Jan 2008 08:20:11 +0100
changeset 368 7b51757bfc81
parent 0 4472ee7c6c3e
permissions -rw-r--r--
changed order of declaration/initialization of variables to prevent some warnings
/* 
Define the i/o port global symbol 
*/

.globl _io_ports
_io_ports=0x0000	
	
/* 
0x0000 is the default mapping at reset. (it is 0x1000 for 68hc11)
*/