mirror of
https://github.com/transistorfet/moa.git
synced 2024-11-22 10:32:59 +00:00
f7529bbb41
Also fixed a bug where MOVEA needs to behave differently than MOVE, such that the data is sign extended to a long and the condition flags are not changed. I also modifed how Addressable returns data because I need to return owned data from MC68681, so that the stored data can be updated (ie. the status flag must be modified after a read)
10 lines
185 B
TOML
10 lines
185 B
TOML
[package]
|
|
name = "moa"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
nix = "0.23"
|