Date: Fri, 3 Aug 2001 08:17:32 -0400 Message-Id: <200108031217.IAA16712@delorie.com> X-Authentication-Warning: delorie.com: eliz set sender to eliz AT delorie DOT com using -f From: Eli Zaretskii To: "Rafal Maj (Raf256)" CC: djgpp AT delorie DOT com In-reply-to: <9ke1tb$m3u$2@info.cyf-kr.edu.pl> (raf256@go2.pl) Subject: Re: Please any help with ASM ? References: <9ke1tb$m3u$2 AT info DOT cyf-kr DOT edu DOT pl> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Rafal Maj (Raf256)" > Newsgroups: comp.os.msdos.djgpp > Date: Thu, 2 Aug 2001 02:35:50 +0200 > > 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. One place to look is in the DJGPP library sources. > Where can I find some tutorials to Assembler that is compatible with DJGPP > compiler ? Do section 18.12 and chapter 17 of the DJGPP FAQ help?