Remember bitwise operations exist for addressing
authorJacob Casper <dev@jacobcasper.com>
Mon, 15 Jan 2024 19:24:17 +0000 (13:24 -0600)
committerJacob Casper <dev@jacobcasper.com>
Mon, 15 Jan 2024 19:24:51 +0000 (13:24 -0600)
commit9bc38bb924f214f8a145751fedc5c6bb4d66de4a
treefe66e6594d561d78cf00cedbb42c70e73ae91b27
parent5a2d304f69c7956f398fb165f7c90aaa6d5107d0
Remember bitwise operations exist for addressing

It's been a long time since undergrad -- okay?

Instructions from the MIX specification frequently use a Word for
addressing. A given Instruction's address should be the W(0:2) field
specification, note this includes the sign.
src/main.rs