assembly - TASM 16bit segment not supported -
title exor .model small .stack 100h .data iamge db 'exor.bmp',0 .code mov dx,[bp+4] mov ax,3d00h int 21h end
i'm trying open bmp file using assembly happends when tasm asm file can me why error occurs? can tasm asm when run or tlink message shown fatal: 16-bit segments not supported in module exor.asm
Comments
Post a Comment