I just want too write simple .asm c开发者_StackOverflow中文版ode for TASM that work as for in C++
This question already has answers here:开发者_Go百科 int 13h in windows protected mode? (4 answers)
i have this problem with an assembly file with 50K lines of code (it´s generated). I tried with model huge but the problem persists. Someone help me?
Thanks before, i experienced some problem. I\'m on pro开发者_C百科ject working on my Assembly IDE. I use TASM for the compiler. My C# Code fro compiling is this :
I need to disassemble command 8E C0, can you help me? I already made this: First byte 8E = 10001110b it\'s mov sr,reg/mem
does anybody knows what\'s the syntax for double looping in TASM? I remember you use cx with push and pop function but I don\'t 开发者_如何学Goremember how.
First of all, thanks for all the help thus far. Complete code can be found here I have trouble understanding these lines. I wrote some comments...
I am quite new to assembly. I am always confused by the numbers Can someone please help me ? I am using TASM... so 8066 assembler
I need to show all numbers from matrix(3x3) where number开发者_运维技巧 has two first bits set.
For example I have the number 6C0000h = 7077888d Dividing each word by ten and then saving the remainder on the stack doesn\'t work in this case, because the lower part of the double word is 0000.