Metropoli BBS
VIEWER: template.asm MODE: TEXT (ASCII)
        .386p
        jumps

code32  segment para public use32
        assume cs:code32, ds:code32

        include pmode.ext       ; protected mode externals by TRAN
        include xmouse.ext      ; xmode mouse externals
        include xmode.ext       ; xmode externals by matt pritchard
        include irq.ext
        include 3d.ext
        include stars.ext
        include font.ext

        include macros.inc
        include equ.inc

; your code goes here, all external routines/variables are defined above






; now just link your code with the other modules...

code32  ends
        end

[ RETURN TO DIRECTORY ]