This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.
Search Results (13 messages)
Martin, You know, when I fired up CAPE for the first time, and decided that the editor was not for me, I went looking through the manual for information about running it from a CLI. At that time, I read somewhere in the manual that there were only two command…
Larry, What is crippled about CAPE's command line from CLI handling? -Martin Murray
Larry, Great! I'll look into that. Thanks for the tip! Steve
Thanks! I appreciate the recommendation! Steve
Steve, I use A68K almost exclusively, the only time I don't use it being when I have to assemble someone elses code on a particular assembler to help with an assembler dependent problem. A68K is available here in the ASM LIB, though there is another version imminent, with better speed…
Steve, I'd highly recommend CAPE from Innovatronics. Please be aware that this opinion is somewhat biased since OTG Software has a marketing agreement with Innovatronics – still, I think if you ask around, most everyone who has used CAPE will recommend it over any other assembler currently available for the…
#Manx linker hangs
Message #29422
I picked up the books "Amiga Assembly Language Programming" by Jake Commander, and the Compute! book "Amiga Machine Language Programming Guide" some time ago, and I *finally* have time to start learning assembly on the Amiga. I typed in the "HIWORLD.ASM" on page 76 of the Compute! book, and assembled…
#28152-
Window Pain
Message #28529
You've got me stumped, but I'd love to look at the assembler code. -Martin
Mike, OK. You're right, there should be a Forbid. Khalid.
In the RKM, it says the forbid/permit is needed "so Workbench can't UnLoadSeg() us before we are done". —Mike
~r}iMike, hmm.. I'm not sure why I would need the Forbid() Permit() around the ReplyMsg(). Any specific reason? Khalid.
Assembler-ARexx
Message #28400
I just started to learn the ARexx Language, and it looks like it has very good potential for programmers! I am an Assembly programmer which uses the 'A68k-Blink-CygusEDPro' tools for programming. Has anybody written up an ARexx program for the above combination? Can you upload it if you don't mind?…
#shell.asm
Message #28315
Khalid, Briefly looking at your shell.asm; I believe you need (or used to need) to put forbid()/permit() around the replymsg() when replying to the workbench message. —Mike