| www.delorie.com/archives/browse.cgi | search |
| From: | "Rafal Maj" <maj_rafal AT poczta DOT onet DOT pl> |
| Newsgroups: | comp.os.msdos.djgpp |
| Subject: | Asm -> .cc ? |
| Date: | Sat, 26 May 2001 19:33:14 +0200 |
| Organization: | Academic Computer Center CYFRONET AGH |
| Lines: | 28 |
| Message-ID: | <9eop9s$31k$1@info.cyf-kr.edu.pl> |
| NNTP-Posting-Host: | d-94-53-28.cyfronet.krakow.pl |
| X-Trace: | info.cyf-kr.edu.pl 990898301 3124 149.156.1.188 (26 May 2001 17:31:41 GMT) |
| X-Complaints-To: | news AT cyf-kr DOT edu DOT pl |
| NNTP-Posting-Date: | Sat, 26 May 2001 17:31:41 +0000 (UTC) |
| X-Priority: | 3 |
| X-MSMail-Priority: | Normal |
| X-Newsreader: | Microsoft Outlook Express 5.00.2615.200 |
| X-MimeOLE: | Produced By Microsoft MimeOLE V5.00.2615.200 |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
| Reply-To: | djgpp AT delorie DOT com |
Hi,
where can I find some FAQ or DOCs to learn how to translate typical asm code
to asm syntax that I can use in .cc file for DJGPP ?
And can someone be so nice to spend some time and write lilte .cc file that
will use folowing code :
======[snip]=======
WaitVRT proc near
push ax
push dx
mov dx,3DAh
WaitVRT1: in al,dx
test al,8
jz WaitVRT1
WaitVRT2: in al,dx
test al,8
jnz WaitVRT2
pop dx
pop ax
ret
WaitVRT endp
======[snip]=======
Thanks,
Raf256
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |