drivers/hcs12/ports.s
author Edouard Tisserant
Wed, 01 Feb 2012 18:07:04 +0100
changeset 691 17d9c0736935
parent 0 4472ee7c6c3e
permissions -rw-r--r--
[ canfestival-Patches-3481330 ] Useless structure SHORT_CAN
[ canfestival-Patches-3481339 ] Useless local variable res in CanFestival\drivers\win32.c
/* 
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)
*/