Annotation of coherent/d/usr/games/pacman/ibmout.s, revision 1.1

1.1     ! root        1:        .globl  sout_
        !             2:        .globl  scrbase_
        !             3: 
        !             4: / sout(p, c)
        !             5: / char *p;
        !             6: /
        !             7: sout_:
        !             8:        cli
        !             9:        mov     bx,sp
        !            10:        mov     ax,4(bx)
        !            11:        mov     bx,2(bx)
        !            12:        mov     cx,scrbase_     /screen address
        !            13:        mov     es,cx
        !            14:        movb    es:(bx),al
        !            15:        mov     ax,ds
        !            16:        mov     es,ax
        !            17:        sti
        !            18:        ret

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.