Docs.rs
  • lc3_vm-0.1.0
    • lc3_vm 0.1.0
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • KuldeepSinh
    • Dependencies
      • byteorder ^1.2.7 normal
      • libc ^0.2.45 normal
      • signal-hook ^0.1.6 normal
      • termios ^0.3.1 normal
    • Versions
    • 30.31% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

lc3_vm0.1.0

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • hardware::memory::Memory
  • hardware::register::Registers
  • sys::select::FdSet
  • sys::time::TimeSpec
  • sys::time::TimeVal

Enums

  • hardware::instructions::opcode::OpCode
  • hardware::instructions::trap::TrapCode
  • hardware::memory::MemoryMappedReg
  • hardware::register::condition_flag::ConditionFlag
  • sys::Error
  • sys::errno::Errno

Traits

  • sys::errno::ErrnoSentinel
  • sys::time::TimeValLike

Functions

  • file::read_file
  • handle_args
  • hardware::execute_program
  • hardware::instructions::add::add
  • hardware::instructions::and::and
  • hardware::instructions::br::br
  • hardware::instructions::jmp::jmp
  • hardware::instructions::jsr::jsr
  • hardware::instructions::ld::ld
  • hardware::instructions::ldi::ldi
  • hardware::instructions::ldr::ldr
  • hardware::instructions::lea::lea
  • hardware::instructions::not::not
  • hardware::instructions::opcode::execute_instruction
  • hardware::instructions::st::st
  • hardware::instructions::sti::sti
  • hardware::instructions::str::str
  • hardware::instructions::trap::trap
  • hardware::register::condition_flag::update_r_cond_register
  • sys::errno::errno
  • sys::errno::from_i32
  • sys::getchar::get_char
  • sys::select::select
  • sys::terminal::restore_terminal_settings
  • sys::terminal::spawn_control_c_handler
  • sys::terminal::turn_off_canonical_and_echo_modes

Type Aliases

  • sys::Result

Constants

  • hardware::memory::MEMORY_SIZE
  • hardware::register::PC_START
  • sys::errno::EDEADLOCK
  • sys::errno::EWOULDBLOCK