Cosmos/source/Indy.IL2CPU.Tests/Assembler/X86/VerificationData/AddTests/ImmediateToMemory16BitOffset16BitData.asm
mterwoord_cp 599e32dd5e
2008-11-16 11:48:05 +00:00

10 lines
285 B
NASM

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