jasm 0.1.0

An assembler for the JDH-8 architecture.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "jasm"
version = "0.1.0"
description = "An assembler for the JDH-8 architecture."
license = "MIT"
repository = "https://github.com/AppleFlavored/jasm"
edition = "2021"


[lib]
name = "jasm"
path = "src/lib.rs"

[[bin]]
name = "jasm"
path = "src/bin/jasm.rs"

[dependencies]