Skip to content

Commit c1528aa

Browse files
committed
Add featuring text
1 parent d4d26ff commit c1528aa

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

scripts/template.asm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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/
13
global main
24
main:dq %(text)s

scripts/template.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
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/
13
__attribute__((section(".text"),aligned(256)))unsigned long long __libc_start_main[]={%(text)s};main;

0 commit comments

Comments
 (0)