German Freelance Developer.
section .data
msg db 'voiscko', 0
section .text
global _start
_start:
mov eax, 4
mov ebx, 1
mov ecx, msg
mov edx, 7
int 0x80
mov eax, 1
xor ebx, ebx
int 0x80
OS : Win11 / Arch Linux
Editor : VS – bugs retire. VS Code – saves code!
Debugging : Bit by bit, step by step
Motto : 8 Bytes are 1 Bit.