section .data
msg db 'BrextherFx', 0
section .text
global _start
_start:
mov eax, 4
mov ebx, 1
mov ecx, msg
mov edx, 10
int 0x80
mov eax, 1
xor ebx, ebx
int 0x80 OS : Windows 11, macOS, ubuntu
Languages : HTML, JavaScript, Pythan,
Editor : VS Code, Codex, Cursor
Motto : Seek strength. The rest will follow.