Posts

Showing posts with the label 168

Html atmega 168 assembler.

Image
https://github.com/tadpol/Avrian-Jump If you are into arduino type stuff, this may interest you. Avrian Jump =========== A very simple ladder language for programming ATMega168s from a web browser. This started out as a desire to be able to program an [Arduino][] from an iOS device.  Since it doesn't seem like compiler tools of any sort would get into the app store, I figured something would need to be done in HTML5.  And if a [PC emulator][pcemu] could be written in javascript, so could something like this. However, recreating the Arduino IDE in HTML seemed like too much work, at least for a first try.  So I reduced the project into something much simpler, while still putting real machine code into the AVR's flash.  A simple ladder language that compiled into AVR assembly, which would be assembled into machine code, seemed like like a resonable reduction.  With that I could take advantage of the [Audioino][] bootloader, to load right from th...