7 lines
No EOL
108 B
Rust
7 lines
No EOL
108 B
Rust
#![no_std]
|
|
#![no_main]
|
|
|
|
mod lang_items;
|
|
|
|
use core::arch::global_asm;
|
|
global_asm!(include_str!("entry.asm")); |