intel8080 0.19.0

Yet another Intel 8080 Emulator.
Documentation
1
2
3
pub fn get(n: u8, b: usize) -> bool {
    (n & (1 << b)) != 0
}