mirror of
https://github.com/mirror/tinycc.git
synced 2024-12-26 03:50:07 +08:00
i386-asm: support "pause" opcode
This commit is contained in:
parent
bec84fa00a
commit
1b85b55059
@ -34,6 +34,7 @@
|
||||
DEF_ASM_OP0(rsm, 0x0faa)
|
||||
DEF_ASM_OP0(hlt, 0xf4)
|
||||
DEF_ASM_OP0(nop, 0x90)
|
||||
DEF_ASM_OP0(pause, 0xf390)
|
||||
DEF_ASM_OP0(xlat, 0xd7)
|
||||
|
||||
/* strings */
|
||||
|
@ -606,3 +606,4 @@ ft1: ft2: ft3: ft4: ft5: ft6: ft7: ft8: ft9:
|
||||
.type ft7,%function
|
||||
.type ft8,"function"
|
||||
|
||||
pause
|
||||
|
Loading…
Reference in New Issue
Block a user