kr580 1.0.0

Desktop KR580VM80 / Intel 8080 emulator.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod dispatch;
mod events;
mod files;
mod focus;
mod focus_ops;
pub(crate) mod humanize_error;
mod memory;
pub(crate) mod parse;
mod register;
mod replacement;
pub(crate) mod storage_files;
mod undo;

pub(crate) use focus_ops::{find_focusable_at, find_focused_optional, unfocus_except};