tasm
TASM SIMPLE LOOP implemention
I just want too write simple .asm c开发者_StackOverflow中文版ode for TASM that work as for in C++[详细]
2023-04-11 02:10 分类:问答How to read and write A FAT in WinXP [duplicate]
This question already has answers here:开发者_Go百科 int 13h in windows protected mode? (4 answers)[详细]
2023-03-24 15:38 分类:问答location counter overflow in tasm
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?[详细]
2023-03-15 00:14 分类:问答Failed Using C# To start TASM
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 :[详细]
2023-03-14 03:33 分类:问答Disassemble command 8E C0
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[详细]
2023-03-10 20:47 分类:问答TASM: Embedded Loops
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.[详细]
2023-03-02 16:16 分类:问答ASCII code interpretation (assembly)
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...[详细]
2023-02-24 10:28 分类:问答what do these lines do in assembly?
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[详细]
2023-02-24 01:37 分类:问答TASM bit operations
I need to show all numbers from matrix(3x3) where number开发者_运维技巧 has two first bits set.[详细]
2023-01-28 22:59 分类:问答Print double word number to base 10
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.[详细]
2023-01-28 05:24 分类:问答