Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokathor committed Jun 3, 2024
1 parent f9cc5c7 commit ab39b96
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/asm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
//!
//! ## Startup Code
//!
//! This module includes the `_start` function as well as the default
//! `_asm_runtime_irq_handler` that it sets. Both of which are defined within
//! [`global_asm!`][inline_asm] blocks. They are not intended to be called
//! directly from Rust, and so foreign function definitions for them are not
//! exposed to Rust in this module.
//! When the `on_gba` feature is active, this module includes the `_start`
//! function as well as the default `_asm_runtime_irq_handler` that it sets.
//! Both of which are defined within [`global_asm!`][inline_asm] blocks. They
//! are not intended to be called directly from Rust, and so foreign function
//! definitions for them are not exposed to Rust in this module.
//!
//! [inline_asm]:
//! https://doc.rust-lang.org/nightly/reference/inline-assembly.html
Expand Down

0 comments on commit ab39b96

Please sign in to comment.