https://github.com/ev3dev/lmsasm
Assembler for LEGO MINDSTORMS EV3
https://github.com/ev3dev/lmsasm
Last synced: about 1 month ago
JSON representation
Assembler for LEGO MINDSTORMS EV3
- Host: GitHub
- URL: https://github.com/ev3dev/lmsasm
- Owner: ev3dev
- License: other
- Created: 2016-09-02T00:28:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-09-28T03:50:26.000Z (over 5 years ago)
- Last Synced: 2024-06-20T05:21:49.389Z (almost 2 years ago)
- Language: Go
- Size: 754 KB
- Stars: 7
- Watchers: 4
- Forks: 5
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# lmsasm
Assembler for LEGO MINDSTORMS EV3
## About
`lmsasm` is a tool to compile LEGO MINDSTORMS EV3 bytecode language files (*.lms)
into LEGO MINDSTORMS EV3 VM executable files (*.rbf).
This particular version is a reimplementation of the `lmsasm` tool that is part
of the [official EV3 Firmware Source Code][lms downloads].
[lms downloads]: http://www.lego.com/en-us/mindstorms/downloads
There is also a `lmsgen` tool that can be used to generate code based on the
[bytecode definitions file][ev3.yml].
[ev3.yml]: https://github.com/ev3dev/lmsasm/blob/master/bytecodes/data/ev3.yml
## Download
Pre-compiled executables are available on [GitHub](https://github.com/ev3dev/lmsasm/releases).
## Disclaimer
LEGO® is a trademark of the LEGO Group of companies which does not sponsor,
authorize or endorse this software.