Help...

ZXNet echo conference «code.zx»

From 812/03.00 To Ivan Savin 11 September 1997

Hi Ivan! IS> You take, ship the object code, and skip IS> it through the CODPAK program and that's it... There are those IS> one BASIC file to be launched. :) IS> But only if the program uses work with IS> TR-DOS (download/unload, etc.). That will be IS> it's really glitchy...:( IS> In general, it’s better to write a track-by-track one yourself IS> loader... IS> for example: IS> ORG 23872; Address in BASIC line This cannot be done ^^^, because compilers of almost all ASMS are not stackable They love to assemble. better like this: ORG 25000 WORK 23872; for xas, as for ;I don’t really remember. IS> LD HL,ADRES; Download address IS> LD DE,(23796); Track/sector... IMHO current track/sector, after downloads of this program will be in 23796 next track/sector after BASIC. IS> LD B,KOLSEK; Length in sectors IS> LD C,5; load command LD C,5 is the code of the called function from tr-dos. IMHO LD BC,#NN05 is simpler and smaller, by the way more than 32 sectors in one pass is better don't load! there is a glitch in tr-dos for this,drive head after reading nth the number of seconds will explode either from the beginning or to the end of the disk (the second is worse since the disk drive not made of titanium...), so it's better to load in portions. IS> CALL 15635; loading IS> JP START; start!!! :) IS> And then you write down your run block IS> immediately after the loader... IS> and through any disk doctor you make the length IS> in seconds, Loader length + block length. IS> That's it !!! IS> And if you have any questions... or call... IS> or in echo..:) IMHO Convert Commander has a useful one function, you mark files and it glues them together. AS>> Thanks in advance, with pioneer greetings AS>> ,Andrey!!! ;) IS> Hello pioneers!!! :) And I'm Scout, who will send me greetings? :) ps. Van, the man is currently mastering ASM, I should have explained it in more detail. pps. don't be offended that I got you corrected. Everything is correct of course, but not clear (for a beginner) I'm currently writing an article in zf, "help for beginners and advanced" in coding Naturally, it won’t go to zf, I’ll throw it in the echo, the beginning is ready now (15 kb)... So what write to me, what knowledge to whom?It’s not enough, I’ll try to write about everything. ▌▌║▌█▐│▌▌▐▐ WiTh The BeST wIsheS fROM ▌▌║▌█▐│▌▌▐▐ *C*R*E*A*T*O*R* ▌812/03.00▐ -+- zxasm+ positive