URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 27 |
Rev 159 |
Line 1... |
Line 1... |
.syntax unified
|
.syntax unified
|
.arch armv5te
|
.arch armv5te
|
.text
|
.section .text.answer,"ax",%progbits
|
.align 2
|
.align 2
|
.global answer
|
.global answer
|
.type answer, %function
|
.type answer, %function
|
answer:
|
answer:
|
.fnstart
|
.fnstart
|
|
.cantunwind
|
mov r0, #42
|
mov r0, #42
|
bx lr
|
bx lr
|
.fnend
|
.fnend
|
.size answer, .-answer
|
.size answer, .-answer
|
|
|
No newline at end of file
|
No newline at end of file
|
|
# Check that we can handle an empty .text section
|
|
.section .text.empty,"ax",%progbits
|
|
.align 2
|
|
.global empty
|
|
.type empty, %function
|
|
empty:
|
|
.fnstart
|
|
.cantunwind
|
|
.fnend
|
|
.size empty, .-empty
|
|
|
|
|
No newline at end of file
|
No newline at end of file
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.