On Monday, 12 October 2020 at 23:59:15 UTC, Iain Buclaw wrote:
I won't be pushing anything unless everything passes, so no
need to worry about that.
Good to know. :-)
I've just given it a whirl using avr-gcc and simulavr (from
ubuntu focal), and a simplified example program from here
http://www.nongnu.org/simulavr/simple_ex.html.
[...]
$ simulavr -d attiny2313 -f a.out -W 0x20,- -R 0x22,- -T
exit
Hello GNU D 2094L on AVR
SystemClock::Endless stopped
number of cpu cycles simulated: 442
Cool! Thanks for providing the full output, makes it easier to
get started.
I'll certainly give this a spin.