My Assembly Program

Run Settings
LanguageAssembly
Language Version
Run Command
section .data msg db 'Hello, World!', 0xA len equ $ - msg section .text global _start _start: mov eax, 4 mov ebx, 1 mov ecx, msg mov edx, len int 0x80 mov eax, 1 xor ebx, ebx int 0x80
Editor Settings
Theme
Key bindings
Full width
Lines