FreeCalypso > hg > freecalypso-sw
annotate target-utils/c139explore/uartbase.S @ 993:d92e4aadeeb3
target-utils/c139explore: a cleaner way of setting the fixed UART base address
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Wed, 30 Dec 2015 22:12:35 +0000 |
parents | |
children |
rev | line source |
---|---|
993
d92e4aadeeb3
target-utils/c139explore: a cleaner way of setting the fixed UART base address
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
1 .section .rodata |
d92e4aadeeb3
target-utils/c139explore: a cleaner way of setting the fixed UART base address
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
2 .balign 4 |
d92e4aadeeb3
target-utils/c139explore: a cleaner way of setting the fixed UART base address
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
3 .globl uart_base |
d92e4aadeeb3
target-utils/c139explore: a cleaner way of setting the fixed UART base address
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
4 uart_base: |
d92e4aadeeb3
target-utils/c139explore: a cleaner way of setting the fixed UART base address
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
5 .word 0xFFFF5800 |