Re: [Flashforth-devel] building larger program words -- arduino mega2560 FF5
Brought to you by:
oh2aun
From: craig b. <dab...@ya...> - 2021-04-03 19:51:46
|
In earlier experiments I found that the command write with the packet read worked in a word but not when I added the rstow. The ACK failure from not having a sensor online shouldn't actually run through everything but i'ld expect an SP? from rstow over-popping the stack. I'll have to do an "empty" and reload everything to make sure artifacts aren't hanging on from my hacking around. Thanks again, craig On Saturday, April 3, 2021, 03:24:00 PM EDT, Mikael Nordman <mik...@fl...> wrote: I loaded see core math bits asm and you stuff. wrSHT3x drop 1 ms rdSHT3x rstow rdump 0 0 0 0 0 0 ok<$,ram> : try wrSHT3x drop 1 ms rdSHT3x rstow rdump ; ok<$,ram> try 0 0 0 0 0 0 ok<$,ram> see try 51a8 df8f rcall wrSHT3x 51aa 9189 ld r24 y+ 51ac 9199 ld r25 y+ 51ae 940f f120 call 1 51b2 940f f849 call ms 51b6 dfa0 rcall rdSHT3x 51b8 dfbe rcall rstow 51ba 940d a8b1 jmp rdump ok<$,ram> On 2021-04-03 21:52, craig bair via Flashforth-devel wrote: > Fascinating... Well I just discovered that I haven't got a spare > arduino here at home, so I'll either have to run back up to work to > try that or wait till Monday. > Do you have any special things added on top of the base install? I > put in core, arrays, forget, math, bits, and asm (not asm2). > craig _______________________________________________ Flashforth-devel mailing list Fla...@li... https://lists.sourceforge.net/lists/listinfo/flashforth-devel |