tasm
Building TASM32 SDK?
I just downloaded Embarcadero Delphi 2010 (the trial version). tasm32 and the related stuffs (ilink32, implib, impdef, etc) are still available 开发者_如何学Cin it.[详细]
2023-01-06 12:51 分类:问答Difference between lea and offset
ar db \"Defference $\" What\'s the difference between mov dx,offset ar and lea dx,ar I thin开发者_运维技巧k both are doing same work, but what is the difference between these twoIn this use-ca[详细]
2022-12-29 12:12 分类:问答8086 programming using TASM: pc to pc communication
.model small .stack 100 .data .code mov ah,00h mov al,0e3h mov dx,00h int 14h back: nop l1: mov ah,03h mov dx,00h[详细]
2022-12-29 06:56 分类:问答tasm not run predefined data in variable
I am assigning some value in a variable ar db 107,106,105,104,103,102,101,100,99,98 and also not run string[详细]
2022-12-27 20:57 分类:问答ASM programming, how to use loop?
Im first time here.I am a college student. I\'ve created a simple program by using assembly language. And im wondering if i can use loop method to run it almost samething as what it does below the pro[详细]
2022-12-27 19:43 分类:问答Print double-word number to string
i have double word number in si:bx. How can i write it to array as s开发者_运维知识库tring?The simplest way is to convert the number to hex.Each group of 4 bits becomes a hex digit.[详细]
2022-12-22 12:40 分类:问答Need Assembly Programming Help (TASM) - Booth's Algorithm
I\'ve written an algorithm to simulate Booth\'s Algorithm using only Add, Sub, and Logical Operators and return a hexadecimal value. My Tasm compiler keeps throwing me these errors. When I try to omod[详细]
2022-12-12 14:54 分类:问答