URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [gas/] [testsuite/] [gas/] [cr16/] [pic1.s] - Rev 438
Go to most recent revision | Compare with Previous | Blame | View Log
.section .text .globl _text_pointer .section .data.rel .type _text_pointer, @object _text_pointer: .long _text_address@c .section .text .globl _main .type _main, @function _main: ###################### # Data symbols ###################### movd $_text_pointer@l, (r1,r0) ###################### # Code symbol with cpic ###################### movd $_text_address_1@cpic, (r1,r0) .globl _text_address_1 .type _text_address_1, @function _text_address_1: jump (ra)
Go to most recent revision | Compare with Previous | Blame | View Log