0 Members and 4 Guests are viewing this topic.
:.AXE:.Initialisation of L1 values (lets try with 20 bytes):For(I,0,19):I→{L1+I}:End:.L2 is empty, we will put received bytes on the 20 first bytes of L2:Fill(L2,20)::.Lets try if we have 2 calcs:Output(0,,"Synchronisation ...:SYN():ClrHome::.20 bytes are exchanged:ECH(19:.Normally the sum is 190...:Output(0,,cumSum(L2,20)►Dec:Pause 4000:Return::.Synchronisation routine:Lbl SYN:Repeat Get(+1:Send(0,65535):ReturnIf getKey(15):End:-1→B:!If B:Send(1,65535):End:Return::.Data exchange:Lbl ECH:.Check if there is again 2 calcs :SYN():For(I,0,r1):!If B:Send({L1+I},65535):GET()→{L2+I}:Else:GET()→{L2+I}:Send({L1+I},65535):End:End:Return::Lbl GET:Repeat Get(+1→r2:ReturnIf getKey(15):End:Returnr2-1
In other news, Frey continues kicking unprecedented levels of ass.
p_DrawSteal: .db 2 pop ix
Quote from: Darl181 on September 10, 2011, 03:57:34 pmAlso, I've had a few problems with the instant goto. I'd get err:parenthesis and goto. Editing is fine, but once I quit some program or another will sometimes have an edited name (ie one time the archived program "SDOTRUN2" became SDOTRU►2"). thepenguin's archive cleaner fixes it, btw, but it's still kind of concerning..This just happened again in Axe 1.1.1. I can't get wabbitemu to replicate it, but it changed prgmSPRITES to prgmSPRITE► . Evidently it's not just Err:Parenthesis, this time it happened on an Err:missing program.The program whose name was corrupted was in the archive, btw. I think it was the previous time, too.Edit: Just noticed this corruption is six letters into the program name as well.
Also, I've had a few problems with the instant goto. I'd get err:parenthesis and goto. Editing is fine, but once I quit some program or another will sometimes have an edited name (ie one time the archived program "SDOTRUN2" became SDOTRU►2"). thepenguin's archive cleaner fixes it, btw, but it's still kind of concerning..