drivers/hcs12/ports.s
author greg
Wed, 29 Apr 2009 12:26:53 +0200
changeset 548 ecb8b7c6cf17
parent 0 4472ee7c6c3e
permissions -rw-r--r--
change LoliTech phone number for bug report
/* 
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)
*/