URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-i386/] [pr12627.s] - Rev 308
Go to most recent revision | Compare with Previous | Blame | View Log
.section ".text16","ax" .globl _start _start: movl $__bss16_start, %edi movl $__bss16_dwords, %ecx xorl %eax, %eax rep movsl ret .section ".bss16","ax" .space 1024
Go to most recent revision | Compare with Previous | Blame | View Log