techiedelight.com Open in urlscan Pro
2a06:98c1:3120::3  Public Scan

URL: https://techiedelight.com/compiler/assembly_x86
Submission: On October 11 via manual from US — Scanned from NL

Form analysis 0 forms found in the DOM

Text Content

Options
Save (Ctrl + S)
Download
Insert Template
Assembly (NASM 2.14.02)
Assembly (NASM 2.14.02)
Assembly (NASM 2.14.02)


Run (F9)
More Languages
Run C/C++ Code Run Java Code Run Python Code Run PHP Code Run Swift Code Run C#
Code Run Go Code Run JavaScript Code Run TypeScript Code Run SQL Run Ruby Code
 * main.asm

 * 
 * 
 * 

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
section .text
    global _start
 
_start:
 
    xor eax, eax
    lea edx, [rax+len]
    mov al, 1
    mov esi, msg
    mov edi, eax
    syscall
 
    xor edi, edi
    lea eax, [rdi+60]
    syscall
 
section .rodata
 
msg db 'Hello, World', 0xa
len equ $ - msg
 












 * STDIN

 * 
 * 
 * 

 











 * STDOUT
 * STDERR
 * COMPILE OUTPUT

 * 
 * 
 * 

 










 










 












Close (ESC)
Settings
©2023 Techie Delight · Contact · Privacy Policy · Terms of Service · Tools ·
Powered by Judge0 API
This website uses cookies. By using this site you agree to the use of cookies,
our policies, copyright terms and other conditions. Read our privacy policy. Got
it