Author Topic: Programming in Assembly  (Read 2784 times)

UndeclaredFunction

  • Newbie
  • *
  • Posts: 1
Programming in Assembly
« on: January 05, 2016, 03:15:20 pm »
I've been given a digispark and am looking to write straight assembly code for it. Anyone know how to get started with this? I've been successful in getting the Arduino IDE set-up but would really like to avoid writing assembly inline... Any help appreciated, thanks!

Pinus

  • Newbie
  • *
  • Posts: 35
Re: Programming in Assembly
« Reply #1 on: January 07, 2016, 02:13:30 am »
Atmel Studio + USB ISP programmer, I guess.

DeuxVis

  • Full Member
  • ***
  • Posts: 107
Re: Programming in Assembly
« Reply #2 on: January 25, 2016, 04:50:40 am »
Or assemble with avr-gcc - http://www.nongnu.org/avr-libc/user-manual/assembler.html - and then use the micronucleus command-line tool to program the binary ?

Maybe your assembly have to be relocatable then, never tried that myself.