From: "Stefan Viljoen" Newsgroups: comp.os.msdos.djgpp Subject: Re: Please any help with ASM ? Date: Sat, 4 Aug 2001 08:08:26 +0200 Organization: The South African Internet Exchange Lines: 16 Message-ID: <9kg3mq$6kl$1@ctb-nnrp1.saix.net> References: <9ke1tb$m3u$2 AT info DOT cyf-kr DOT edu DOT pl> NNTP-Posting-Host: pc53-01-p26.nt.saix.net X-Trace: ctb-nnrp1.saix.net 996905498 6805 155.239.176.26 (4 Aug 2001 06:11:38 GMT) X-Complaints-To: abuse AT saix DOT net NNTP-Posting-Date: 4 Aug 2001 06:11:38 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Rafal Maj (Raf256) wrote in message news:9ke1tb$m3u$2 AT info DOT cyf-kr DOT edu DOT pl... > I know that this is DJGPP news group, not Assembler, so can anybody please > just send ANY pice of assembler code inside C++ DJGPP file ? > something like maybe : > int main() { assembler { mov cx,10; @aaa : dec cx; loop aaa; } return 0; } > so can just see what is the statement. > Where can I find some tutorials to Assembler that is compatible with DJGPP > compiler ? With NASM: http://home.intekom.com/rylan/prog.html Stefan