This is an old revision of this page, as edited by Samuelbuch (talk | contribs) at 20:26, 24 December 2024 (Hasm is under development, i willl edit once hasm is mature enough). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Revision as of 20:26, 24 December 2024 by Samuelbuch (talk | contribs) (Hasm is under development, i willl edit once hasm is mature enough)(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)Designed by | firelabs-io |
---|---|
Developer | firelabs-io |
First appeared | 2024; 0 years ago (2024) |
Typing discipline | Strong typed |
Filename extensions | .hasm .hsm |
Influenced by | |
Netwide_Assembler |
The High asm or High level asm is an asm but constrcuted on top of nasm to be able code asm with some abstraction, can be used as ir to asm for compilers
syntax
close to nasm but not nasm, here snippet of code for hello world
output(ELF64) _main: $ spaces are not important $ yes it uses $ as comment string msg = "hello world!" $ strings is imultible call stdout exit 0Category: