Skip to content

lemolatoon/assembly_practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

実行方法

C言語を通して実行
$ gcc -nostdlib substart.s print_b.s print_char.s hello.c -o hello
$ ./hello
Rustを通して実行
$ rustc hello.rs -C panic=abort --emit obj
$ gcc -nostdlib hello.o substart.s print_b.s print_char.s -o rhello
$ ./rhello

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published