The Embedded Assembler.
Find a file
2024-02-04 19:11:56 +01:00
docs Bump minor version; Update manual; Update crate description; Update copyright years; Prioritise armasm compatibility; Rename project to eAS (was AAS); Add logo; Add trademark notices to manual; Update readme; Support long arguments; Add configuration structure; Refactor tokeniser; Bump dependency versions; Restructure code; 2024-02-04 19:11:56 +01:00
src Bump minor version; Update manual; Update crate description; Update copyright years; Prioritise armasm compatibility; Rename project to eAS (was AAS); Add logo; Add trademark notices to manual; Update readme; Support long arguments; Add configuration structure; Refactor tokeniser; Bump dependency versions; Restructure code; 2024-02-04 19:11:56 +01:00
.gitignore Bump minor version; Add manual; Update gitignore; Add readme; Update license notices; 2023-12-31 14:27:18 +01:00
Cargo.toml Bump minor version; Update manual; Update crate description; Update copyright years; Prioritise armasm compatibility; Rename project to eAS (was AAS); Add logo; Add trademark notices to manual; Update readme; Support long arguments; Add configuration structure; Refactor tokeniser; Bump dependency versions; Restructure code; 2024-02-04 19:11:56 +01:00
CHANGELOG.md Bump minor version; Update manual; Update crate description; Update copyright years; Prioritise armasm compatibility; Rename project to eAS (was AAS); Add logo; Add trademark notices to manual; Update readme; Support long arguments; Add configuration structure; Refactor tokeniser; Bump dependency versions; Restructure code; 2024-02-04 19:11:56 +01:00
COPYING Add gitignore; Add test source file; Implement tokeniser; Add license file; Add changelog; 2023-12-30 18:15:07 +01:00
eas.svg Bump minor version; Update manual; Update crate description; Update copyright years; Prioritise armasm compatibility; Rename project to eAS (was AAS); Add logo; Add trademark notices to manual; Update readme; Support long arguments; Add configuration structure; Refactor tokeniser; Bump dependency versions; Restructure code; 2024-02-04 19:11:56 +01:00
README.md Bump minor version; Update manual; Update crate description; Update copyright years; Prioritise armasm compatibility; Rename project to eAS (was AAS); Add logo; Add trademark notices to manual; Update readme; Support long arguments; Add configuration structure; Refactor tokeniser; Bump dependency versions; Restructure code; 2024-02-04 19:11:56 +01:00
test.s Bump minor version; Update manual; Update crate description; Update copyright years; Prioritise armasm compatibility; Rename project to eAS (was AAS); Add logo; Add trademark notices to manual; Update readme; Support long arguments; Add configuration structure; Refactor tokeniser; Bump dependency versions; Restructure code; 2024-02-04 19:11:56 +01:00

eAS

eAS - the Embedded Assembler - is an open-source cross-assembler for embedded devices using the Arm instruction set architecture.

The assembler is primarily targeted at UNIX systems - however - other platforms may be considered in the future.

For more information, see the manual. Compile it using the provided makefile via make -BCdocs. Rerun as needed.