URL
https://opencores.org/ocsvn/eco32/eco32/trunk
Subversion Repositories eco32
[/] [eco32/] [trunk/] [binutils/] [tests-1/] [H16/] [test2.s] - Rev 67
Go to most recent revision | Compare with Previous | Blame | View Log
.nosyn .export C_extern .export D_extern .export B_extern .code add $3,$2,$1 add $3,$2,$1 add $3,$2,$1 C_extern: add $3,$2,$1 add $3,$2,$1 add $3,$2,$1 .data .word 0x55AA55AA .word 0x55AA55AA .word 0x55AA55AA D_extern: .word 0x55AA55AA .word 0x55AA55AA .word 0x55AA55AA .bss .space 0x100 B_extern: .space 0x100
Go to most recent revision | Compare with Previous | Blame | View Log