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

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -