From: T DOT Harte_ AT _btinternet DOT com (Thomas Harte) Newsgroups: comp.os.msdos.djgpp Subject: AT&T ASM : tutorials? Date: Sat, 18 Oct 1997 01:04:41 GMT Organization: BT Internet Lines: 18 Message-ID: <344809fa.8890752@news.btinternet.com> NNTP-Posting-Host: host5-99-62-187.btinternet.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi, I was just wondering, is there a place where I can download a tutorial of basic assembly language suitable for use with DJGPP's inline assembler? I've seen a few which cover differences between intel ASM and AT&T ASM, and at the moment it seems my only option may be to learn intel ASM and then do the conversion courses, but this seems needlessly time filling. Or maybe someone could give me a couple of examples of AT&T ASM, just to get me started? I have been trying some things, but they have all spectacularly failed to have worked so far. I have to learn intel ASM as part of a college course soon anyway (a couple of months, maybe a half a year) . . . just what does everyone ele suggest? A nice URL for an AT&T assembler tutorial would be nice. Actually all I really want to be able to do is load registers, add, shift right and write to addresses in memory - but I should probably learn the full set anyway. So what should I do? -Thomas