v420v/vas

Self-hosted x86-64 Assembler written in V

AssemblyVOtherlanguagecompilerx64x86-64asmassemblerself-hostedelfamd64vx64-assemblyelf64gnu-assemblervlang
This is stars and forks stats for /v420v/vas repository. As of 27 Apr, 2024 this repository has 89 stars and 5 forks.

vas: Assembler written in V Docs | 日本語 Supports Linux x86-64 AT&T syntax only. Hello world! # Hello world! .global _start .section .data, "aw" msg: .string "Hello, world!\n" .section .text, "ax" _start: pushq %rbp movq %rsp, %rbp subq $16, %rsp movq $1, %rax movq $1, %rdi movq $msg, %rsi movq $14, %rdx syscall movq $60, %rax movq $0, %rdi syscall If V is not installed Build $ v . -prod Run $ vas <filename>.s $ ld <filename>.o $ ./a.out > Hello world!! How...
Read on GithubGithub Stats Page
repotechsstarsweeklyforksweekly
Synaptrix/ChatGPT-DesktopVueTypeScriptRust1.6k01830
SevenTV/ExtensionVueTypeScriptOther3450840
pyncz/themageVueTypeScriptJavaScript51-120
ironhack-labs/lab-vue-c-tweetsVueHTMLJavaScript00600
MQEnergy/chatcatVueGoTypeScript3360410
apertium/apertium-engXMLOther90490
brwilkinson/AzureDeploymentFrameworkBicepPowerShellOther128+2530
rvaiya/keydCPythonPerl1.7k01060
wubbl0rz/VmChampC#ShellDockerfile720100
itsmiracler/Practical-CleanArchitectureC#HTMLJavaScript160310