| delorie.com/archives/browse.cgi | search | 
| From: | "Charles Wood" <c DOT dot DOT r DOT dot DOT wood AT worldnet DOT att DOT net DOT null> | 
| Newsgroups: | comp.os.msdos.djgpp | 
| Subject: | Assembler documentation | 
| Date: | Wed, 5 Jan 2000 12:05:25 -0800 | 
| Organization: | AT&T WorldNet Services | 
| Lines: | 33 | 
| Message-ID: | <85053t$oqv$1@bgtnsc02.worldnet.att.net> | 
| NNTP-Posting-Host: | 63.28.161.48 | 
| X-Trace: | bgtnsc02.worldnet.att.net 947099581 25439 63.28.161.48 (5 Jan 2000 19:13:01 GMT) | 
| X-Complaints-To: | abuse AT worldnet DOT att DOT net | 
| NNTP-Posting-Date: | 5 Jan 2000 19:13:01 GMT | 
| X-Newsreader: | Microsoft Outlook Express 4.72.2106.4 | 
| X-MimeOLE: | Produced By Microsoft MimeOLE V4.72.2106.4 | 
| To: | djgpp AT delorie DOT com | 
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp | 
| Reply-To: | djgpp AT delorie DOT com | 
I found the docs, maybe I'm stupid (I hope not) but I'm not getting the %1
thing.
here's a sample asm function I need to inline in DJGPP please help if you
can, from this example I should be okay from there on:
this doesn't so anything, it just covers the basics:
    char clear_and_v_plus_1(char v) {
        __asm {
            mov ax,0x3
            int 0x10
            mov al,v
            inc al
            mov v,al
            };
        };
Thank you very much for taking the time to write a GAS inline assembler
routine
    to do this for me.
Charles Wood
--
Charles Wood
REMOVEMEc DOT r DOT wood AT worldnet DOT att DOT net
| webmaster | delorie software privacy | 
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |