Implemented pop, push and flag variations...

This commit is contained in:
xolatile
2024-07-17 09:44:14 -04:00
parent ef1b244239
commit 913c9b88a8
4 changed files with 129 additions and 73 deletions

View File

@ -47,12 +47,31 @@ main:
syscall
nop
call cyaa
lod:
nop
mov eax, 60
nop
mov edi, 60
nop
syscall
nop
nop
nop
nop
call rax
nop
call rcx
nop
call r8
nop
call r9
nop
call loc
nop
call lod
nop
nop
nop
segment readable writable
@ -60,6 +79,8 @@ h: db "Heyo world!", 10
m: db "Meme world!!", 10
c: db "Cyaa world!!!", 10
loc: dq 0
;~FASM EAXHLA
;~7F 45 4C 46 02 01 01 03 00 00 00 00 00 00 00 00 7F 45 4C 46 02 01 01 03 00 00 00 00 00 00 00 00
;~02 00 3E 00 01 00 00 00 EA 00 40 00 00 00 00 00 02 00 3E 00 01 00 00 00 7C 00 00 00 00 00 00 00