msp430-asm: init repo with proof-of-concept code

This commit is contained in:
2023-08-19 23:02:24 -05:00
commit a9ee7d3bc9
29 changed files with 2460 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "msp430-asm"
version = "0.1.0"
edition = "2021"
authors = ["John Breaux"]
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
regex = "1.9.3"