FreeCalypso > hg > freecalypso-tools
annotate target-utils/helloapp/uartbase-modem.S @ 799:f023a1c187a9
uptools/libcoding: import print_gsm7_string_to_file()
function from fc-sim-tools
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 25 Mar 2021 01:26:28 +0000 |
parents | 8bdbae4c0e53 |
children |
rev | line source |
---|---|
516
8bdbae4c0e53
target-utils/helloapp: build boot-ROM-based and fixed-UART versions
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
1 .section .rodata |
8bdbae4c0e53
target-utils/helloapp: build boot-ROM-based and fixed-UART versions
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
2 .balign 4 |
8bdbae4c0e53
target-utils/helloapp: build boot-ROM-based and fixed-UART versions
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
3 .globl uart_base |
8bdbae4c0e53
target-utils/helloapp: build boot-ROM-based and fixed-UART versions
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
4 uart_base: |
8bdbae4c0e53
target-utils/helloapp: build boot-ROM-based and fixed-UART versions
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
5 .word 0xFFFF5800 |