Re: [Flashforth-devel] building larger program words -- arduino mega2560 FF5
Brought to you by:
oh2aun
From: Mikael N. <mik...@fl...> - 2021-04-03 19:23:48
|
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 |