forth.com:     forth.exe
        exe2bin forth.exe forth.com

forth.exe:     forth.obj
        link forth;

forth.obj:     forth.asm kernel.asm
        masm forth.asm;
