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

10 lines
229 B
NASM

use32
org 0x200000
add dword [EAX], 0x41
add dword [EBX], 0x42
add dword [ECX], 0x43
add dword [EDX], 0x44
add dword [EDI], 0x45
add dword [ESI], 0x46
add dword [ESP], 0x47
add dword [EBP], 0x48