From: keijo DOT koivula AT pp DOT inet DOT fi (Atte A. Koivula) Newsgroups: comp.os.msdos.djgpp Subject: Newbee question Date: Fri, 04 Jul 1997 14:01:36 GMT Organization: Telecom Finland News Service Message-ID: <33bd0022.5201282@news.inet.fi> NNTP-Posting-Host: user-515-12.dial.inet.fi Lines: 24 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi, I'm kinda new with DJGPP and programming alike, and was just wondering how to link external (n)asm-modules with C/C++ code (I think it's done by just linking the external asm-modules with C/C++ -modules with GCC, but haven't had the courage to try it out :P), learning AT&T syntax is frustrating and the TA2AS-syntax converter is somehow a bit weird... I can't even get it translate a simple display-type setting -piece of code (uh): mov ah, 0 mov al,13h int 10h (what would that look like with AT&T syntax?) I'm aware of Allegro, JLib, SVGAlib etc, but I prefer to learn things "the hard way" before starting to use fancy-pants libraries :P