Loading VAS engine…
VAS
v0.1 playground
Target
Linux elf64
Windows win64
Opt
O0 — none
O1 — fold · DCE · peephole
O2 — + CSE · LICM · tail-call
Assemble
⌃↵
⟳
VAS source
0 lines
Copy
; A simple VAS program ; Equivalent to sys_exit(0) SECTION .text GLOBAL _start _start: MOVI v0, 60 ; sys_exit number MOVI v5, 0 ; return value 0 SYSCALL
x86-64 NASM output
standalone
Copy
; Press Assemble or ⌃↵ to generate output
examples
hello world
fibonacci
factorial
calculator
bubble sort
win64 edge
O2 showcase
Ready
VAS Playground