Docs.rs
  • lc3-isa-0.1.0-alpha0
    • lc3-isa 0.1.0-alpha0
    • Permalink
    • Docs.rs crate page
    • MPL-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • rrbutani
    • Dependencies
      • arbitrary ^0.4.1 normal optional
      • lc3-macros ^0.1.0-alpha0 normal
      • serde ^1.0 normal
      • static_assertions ^1.1.0 normal
      • itertools ^0.9.0 dev
      • pretty_assertions ^0.6.1 dev
    • Versions
    • 8% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • 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_isa0.1.0-alpha0

  • All Items

Crate Items

  • Modules
  • Macros
  • Enums
  • Constants
  • Traits
  • Functions
  • Type Aliases

Crate lc3_isa

Source
Expand description

Types and friends for the LC-3 ISA.

TODO!

Modules§

util

Macros§

insn
loadable
program
reg
(TODO!)
string
TODO!
word

Enums§

Instruction
PriorityLevel
Reg

Constants§

ACCESS_CONTROL_VIOLATION_EXCEPTION_VECTOR
ADDR_MAX_VAL
Maximum possible address value.
ADDR_SPACE_SIZE_IN_BYTES
Size of the LC-3 address space in bytes.
ADDR_SPACE_SIZE_IN_WORDS
Size of the LC-3 address space in Words.
EXCEPTION_SERVICE_ROUTINES_START_ADDR
ILLEGAL_OPCODE_EXCEPTION_VECTOR
INTERRUPT_SERVICE_ROUTINES_START_ADDR
INTERRUPT_VECTOR_TABLE_START_ADDR
MCR
MEM_MAPPED_START_ADDR
NUM_EXCEPTION_SERVICE_ROUTINES
NUM_INTERRUPT_SERVICE_ROUTINES
NUM_TRAP_VECTORS
OS_START_ADDR
PRIVILEGE_MODE_VIOLATION_EXCEPTION_VECTOR
PSR
TRAP_VECTOR_TABLE_START_ADDR
USER_PROGRAM_START_ADDR
WORD_MAX_VAL
Maximum possible word value.

Traits§

Bits

Functions§

check_signed_imm

Type Aliases§

Addr
Address type/size for the LC-3.
SignedWord
Signed counterpart of the Word type.
Word
Word type/size for the LC-3.