diff options
Diffstat (limited to 'macros/smartalign.mac')
-rw-r--r-- | macros/smartalign.mac | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/macros/smartalign.mac b/macros/smartalign.mac index 1a631ed..921ced8 100644 --- a/macros/smartalign.mac +++ b/macros/smartalign.mac @@ -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 |