Metropoli BBS
VIEWER: pcx.inc MODE: TEXT (ASCII)
        extrn _Pcx2Scr:near
        extrn _PcxDecoded:byte,_PcxHasPalette:byte
        extrn _PcxLoad:near
        
        ; _Pcx2Scr:
        ; esi = pcx data buffer base for a 320x200 PCX image
        ; eax = pcx file lenght
        ; expands the 320x200 PCX image to _ActivePage
        ; starting from coordinates (0,0) to (319,199)
        ; remeber to set _DisplayStart to (0,0) before calling this
                
        ; _PcxLoad:  
        ; ESI = ASCIIZ name of PCX file to load (in low memory)
        ; uses _Fload and _Pcx2Scr  

[ RETURN TO DIRECTORY ]