FreeCalypso > hg > freecalypso-sw
annotate target-utils/c139-lldbg/uartbase.S @ 994:63ea60e7fbbc
target-utils/c139-lldbg: same uart_base clean-up as in c139explore
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Wed, 30 Dec 2015 22:23:01 +0000 |
parents | target-utils/c139explore/uartbase.S@d92e4aadeeb3 |
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 |