We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4d26ff commit c1528aaCopy full SHA for c1528aa
scripts/template.asm
@@ -1,2 +1,4 @@
1
+; Generated with https://github.com/kiwiyou/basm-rs
2
+; Learn rust and get high performance out of the box ☆ https://doc.rust-lang.org/book/
3
global main
4
main:dq %(text)s
scripts/template.c
@@ -1 +1,3 @@
+// Generated with https://github.com/kiwiyou/basm-rs
+// Learn rust and get high performance out of the box ☆ https://doc.rust-lang.org/book/
__attribute__((section(".text"),aligned(256)))unsigned long long __libc_start_main[]={%(text)s};main;
0 commit comments