mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
smartalign: 16-bit P6 NOPs
Add 16-bit P6 NOPs
This commit is contained in:
parent
f5975eead1
commit
47b0c2d428
@ -120,12 +120,12 @@ USE: smartalign
|
||||
%elifidni %1,p6
|
||||
%define __ALIGN_16BIT_1B__ 0x90
|
||||
%define __ALIGN_16BIT_2B__ 0x66,0x90
|
||||
%define __ALIGN_16BIT_3B__ 0x66,0x66,0x90
|
||||
%define __ALIGN_16BIT_4B__ 0x66,0x66,0x66,0x90
|
||||
%define __ALIGN_16BIT_5B__ 0x66,0x66,0x90,0x66,0x90
|
||||
%define __ALIGN_16BIT_6B__ 0x66,0x66,0x90,0x66,0x66,0x90
|
||||
%define __ALIGN_16BIT_7B__ 0x66,0x66,0x66,0x90,0x66,0x66,0x90
|
||||
%define __ALIGN_16BIT_8B__ 0x66,0x66,0x66,0x90,0x66,0x66,0x66,0x90
|
||||
%define __ALIGN_16BIT_3B__ 0x0f,0x1f,0x00
|
||||
%define __ALIGN_16BIT_4B__ 0x0f,0x1f,0x40,0x00
|
||||
%define __ALIGN_16BIT_5B__ 0x90,0x0f,0x1f,0x40,0x00
|
||||
%define __ALIGN_16BIT_6B__ 0x0f,0x1f,0x00,0x0f,0x1f,0x00
|
||||
%define __ALIGN_16BIT_7B__ 0x0f,0x1f,0x00,0x0f,0x1f,0x40,0x00
|
||||
%define __ALIGN_16BIT_8B__ 0x0f,0x1f,0x40,0x00,0x0f,0x1f,0x40,0x00
|
||||
|
||||
%define __ALIGN_32BIT_1B__ 0x90
|
||||
%define __ALIGN_32BIT_2B__ 0x66,0x90
|
||||
|
Loading…
Reference in New Issue
Block a user