extrn MessageBoxA : proc extrn ExitProcess : proc .data szText db "ethical.blue Magazine", 0 .code Main proc ;(4 * 8) + 8 + 8 = 32 + 8 + 8 = 48 ;48 / 16 = 3 (O.K. - wyrównane do 16 bajtów) sub rsp, 28h xor r9, r9 lea r8, szText lea rdx, szText xor rcx, rcx call MessageBoxA xor rcx, rcx call ExitProcess Main endp end