drivers/hcs12/ports.s
author Christian Taedcke <hacking@taedcke.com>
Thu, 22 Dec 2011 11:43:08 +0100
changeset 678 c1b9455929e6
parent 0 4472ee7c6c3e
permissions -rw-r--r--
FIXED: - adapted paths for current vscom driver
- removed chmod +x vs_can_api.dll;
- added option -o to unzip command to overwrite existing files
/* 
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)
*/