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

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -