FreeCalypso > hg > freecalypso-sw
annotate target-utils/c139-lldbg/uartbase.S @ 1030:194967e11b2b
fc-shell: tch record and tch play reworked for libgsm-compatible file format
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 31 May 2016 18:39:06 +0000 |
parents | 63ea60e7fbbc |
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 |