Cosmos/source/Indy.IL2CPU.Tests/AssemblerTests/X86/VerificationData/AddTests/ImmediateToMemory32BitOffset32BitData.asm
2008-11-23 16:12:59 +00:00

10 lines
333 B
NASM

use32
org 0x200000
add dword [EAX + 0x56781203], 0x41
add dword [EBX + 0x56781203], 0x41
add dword [ECX + 0x56781203], 0x41
add dword [EDX + 0x56781203], 0x41
add dword [ESI + 0x56781203], 0x41
add dword [EDI + 0x56781203], 0x41
add dword [EBP + 0x56781203], 0x41
add dword [ESP + 0x56781203], 0x41