Path: utzoo!utgpu!water!watmath!clyde!rutgers!ucsd!ucbvax!bloom-beacon!oberon!sal36.usc.edu!wdao From: wdao@sal36.usc.edu (Walter Dao) Newsgroups: comp.sys.atari.8bit Subject: Re: Modem communications on an 800 Message-ID: <6827@oberon.USC.EDU> Date: 8 Feb 88 20:43:45 GMT References: <6548@sol.ARPA> <2976@cup.portal.com> Sender: nobody@oberon.USC.EDU Reply-To: wdao@sal36.usc.edu (Walter Dao) Organization: University of Southern California, Los Angeles, CA Lines: 53 "always make you words sweet because you dont know when you have to eat them ." -I heard it somewhere on T.V.- * GULP * After 2 days looking,testing and using assempro, I have to say that : - XREF/XDEF can be simulated by using SLABEL/ILABEL . For example, a SMALL.LIB (small amiga.lib that can be found on one of the fish disk) can be created using the same trick. Assembling All the _lvo offsets and declaring them as SLABEL (XDEF) and then using them using ILABEL (XREF) . Advantage : takes less space on the disk (so a bigger work disk). the assembling is faster. (the Offsets being pre-assembled.) - Assempro even has an "online" help (you enter the rom call name or the instruction op-code and it tells you what kind of arguments is needed). - Assempro does not save the object code automatically to disk . (but if you click on the QUIT option, it reminds you to do so). (I wonder what would happen if there is not enough memory to hold assempro, the source code and the object code .) - The text editor is really primitive, I miss EMACS .However the search and replace option is really powerfull (wich is proportionally complicated). - Click to quickly on the window(creation/deletion) and you guru. ( hell ) (The ONLY time I ever gurued using that prg) - The demos are neat. (1 of each type, math, window,graphic etc...) - The whole package is very compact, The only disk accesses being made are when includes files are being used, directory/ssave/load/etc .. are being made. jumping from the editor to the assembler or to other tools didnt seem to need disk loading. - Would I do it again ? (I mean buy the package ...) I think so . The all in one package is really nice ( and heavy to use at time.) It was a pretty good deal for all the utilities furnished . (the debugger seems really interesting, assembler,disassembler,reassembler,text editor, all the libs, demos) . - It has worked correctly on my 1meg amiga 500. a ram: disk can really speed things up. ------------------------------------------------------------------------------- By the way ,What does Trap 14 do ? -------------------------------------------------------------------------------