cpu.rs: Adjust doctests for new stack behavior

This commit is contained in:
2023-04-17 06:39:05 -05:00
parent 0113dd95f6
commit 1c1d4dafaf
2 changed files with 1 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ use std::{
/// ```rust
/// # use chirp::*;
/// let mut bus = bus! {
/// Stack [0x0000..0x0800] = b"ABCDEF",
/// Charset [0x0000..0x0800] = b"ABCDEF",
/// Program [0x0800..0xf000] = include_bytes!("bus.rs"),
/// };
/// ```