drivers/hcs12/ports.s
author Edouard Tisserant
Mon, 18 Jun 2012 02:27:19 +0200
changeset 742 10e165c6743c
parent 0 4472ee7c6c3e
permissions -rw-r--r--
pdo.c : missalignment problem on some cpu when comparing cobids, various typo fixes
dcf.c : factorized code, and added automatic state change to operational when DCF finished
drivers/none : default time value is now nanoseconds
/* 
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)
*/