11 lines
101 B
NASM
11 lines
101 B
NASM
BITS 64
|
|
|
|
section .text
|
|
|
|
org 0x4466EA
|
|
call 0x407F0E ;; write log
|
|
xor rax, rax
|
|
inc rax
|
|
sub ebx, ebx
|
|
|