drivers/hcs12/ports.s
author etisserant
Tue, 13 Feb 2007 17:21:19 +0100
changeset 92 0d84d95790d9
parent 0 4472ee7c6c3e
permissions -rw-r--r--
- Some fixes in Makefile.in
0
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
     1
/* 
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
     2
Define the i/o port global symbol 
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
     3
*/
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
     4
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
     5
.globl _io_ports
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
     6
_io_ports=0x0000	
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
     7
	
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
     8
/* 
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
     9
0x0000 is the default mapping at reset. (it is 0x1000 for 68hc11)
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    10
*/
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    11