URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.18.50/] [gas/] [testsuite/] [gas/] [i386/] [jump16.s] - Rev 38
Go to most recent revision | Compare with Previous | Blame | View Log
.psize 0 .text .extern xxx .code16gcc 1: jmp 1b jmp xxx jmp *xxx jmp *%edi jmp *(%edi) ljmp *xxx(%edi) ljmp *xxx ljmp $0x1234,$xxx call 1b call xxx call *xxx call *%edi call *(%edi) lcall *xxx(%edi) lcall *xxx lcall $0x1234,$xxx .code16 jmp 1b jmp *xxx jmp *%di jmp *(%di) ljmp *xxx(%di) ljmpl *xxx(%di) ljmp *xxx ljmpl *xxx ljmp $0x1234,$xxx call 1b call xxx call *xxx call *%di call *(%di) lcall *xxx(%di) lcalll *xxx(%di) lcall *xxx lcalll *xxx lcall $0x1234,$xxx .intel_syntax noprefix call word ptr [bx] call dword ptr [bx] call fword ptr [bx] jmp word ptr [bx] jmp dword ptr [bx] jmp fword ptr [bx]
Go to most recent revision | Compare with Previous | Blame | View Log