An open API service indexing awesome lists of open source software.

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

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.