I'm using flat assembler from Thomasz Grysztar.
This was the only free assembler I found for ARM supporting thumb and running on windows.
It creates a bin-file which is used to upload binary data to Espruino.
My sources are short, using pc-relative adressing, so I don't need linking.
There is another file with extension .fas, but I don't find a tool to interpret this.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I'm using flat assembler from Thomasz Grysztar.
This was the only free assembler I found for ARM supporting thumb and running on windows.
It creates a bin-file which is used to upload binary data to Espruino.
My sources are short, using pc-relative adressing, so I don't need linking.
There is another file with extension .fas, but I don't find a tool to interpret this.