avra-rs

所属分类:处理器开发
开发工具:Assembly
文件大小:450KB
下载次数:0
上传日期:2020-04-01 16:15:14
上 传 者sh-1993
说明:  微芯片AVR微控制器系列的汇编程序(类似于Atmel)
(Assembler for Microchip AVR Microcontroller family (similar to Atmel))

文件列表:
CHANGELOG.md (1678, 2020-04-02)
Cargo.lock (23715, 2020-04-02)
Cargo.toml (742, 2020-04-02)
LICENSE (11357, 2020-04-02)
build.rs (1909, 2020-04-02)
includes (0, 2020-04-02)
includes\1200def.inc (9391, 2020-04-02)
includes\2313def.inc (13289, 2020-04-02)
includes\2323def.inc (7596, 2020-04-02)
includes\2343def.inc (7778, 2020-04-02)
includes\4414def.inc (18482, 2020-04-02)
includes\4433def.inc (17504, 2020-04-02)
includes\4434def.inc (21553, 2020-04-02)
includes\8515def.inc (18073, 2020-04-02)
includes\8535def.inc (21553, 2020-04-02)
includes\m103def.inc (24370, 2020-04-02)
includes\m1280def.inc (68094, 2020-04-02)
includes\m128def.inc (41105, 2020-04-02)
includes\m161def.inc (25840, 2020-04-02)
includes\m162def.inc (33265, 2020-04-02)
includes\m163def.inc (26343, 2020-04-02)
includes\m165def.inc (37132, 2020-04-02)
includes\m168def.inc (33861, 2020-04-02)
includes\m169def.inc (41703, 2020-04-02)
includes\m16def.inc (30860, 2020-04-02)
includes\m2560def.inc (64577, 2020-04-02)
includes\m2561def.inc (55193, 2020-04-02)
includes\m323def.inc (28211, 2020-04-02)
includes\m3250def.inc (41377, 2020-04-02)
includes\m325def.inc (36672, 2020-04-02)
includes\m328Pdef.inc (34962, 2020-04-02)
includes\m3290def.inc (47391, 2020-04-02)
includes\m329def.inc (41331, 2020-04-02)
includes\m32def.inc (28854, 2020-04-02)
... ...

# AVRA-RS *Assembler for Microchip AVR Microcontroller family (similar to Atmel).* AVRA-RS is a Rust rewrite of [AVRA](https://github.com/hsoft/avra). I have created AVRA-RS to fix various shortcomings of the original software. This project now became something more. First of all, this is not a complete implementation of the original assembler. It also has some important differences, for example, it is tested as much as possible. ## Differences between AVRA-RS and AVRA * AVRA-RS contains full implementation of assembler opcodes and directives. It does not, however, support full command-line options of AVRA. * AVRA-RS supports ATmega and ATtiny MCUs. ## Build and Install To build the `avra-rs` you can use `cargo build` and `cargo install`, or you can install `avra-rs` from https://crates.io ## Usage To compile source file you need to run `avra-rs` with argument `-s` for describe path to source and optionally you can provide output path by `-o`. for provide another place of eeprom store you can use `-e` key. For more verbose output you can use `-v` key. Other options aren't supported. Detail information of assembler will be added in near future. ## Change log See [CHANGELOG.md](CHANGELOG.md).

近期下载者

相关文件


收藏者