I have a problem with my assembly language project. I was asked to make a program where a string was requested (message) and after entering it, I will show this one in reverse (the last word of the string will be the first, without changing the...
Hello friends of Stackoverflow, I have a silly question about Assembler , I would like to know if this command is correct, and if it is not correct because it is not correct?
Mov Al,Ah
thank you very much.
When I try to read from the keyboard a number of 2 digits and then try to print that number again on the screen it does not return the same value, but if I define the number myself if it works, what am I doing wrong?
segment .data
segment .bss...
Hello everyone.
The fact is that I'm still new to everything that is programming in assembly language, and I'm working with x86, but I'm having a problem and I need to work with decimals but the records I use (eax, ebx, ecx and edx) are integ...
I'm using emu 8086 for a university project, at the beginning I had multiple compilation errors when declaring the variables, I asked around here in the forum that is in English and that problem was solved by declaring the variables after the re...
Hi, I have a code in assembler and I can not enter the SI register, the address that points to variable INFO
this is the code:
SZ = 2
DSEG SEGMENT
INFO DB 0CBH,0D3H
RESULT DB ?
OFFSETS DW 2 DUP (?)
DSEG ENDS
sseg...
Thank you in advance for your help. I have a problem when applying the median filtering to an image, the problem is that I only apply the filter halfway up and halfway down I put the black image, but I can not find what my error is.
I hope yo...
I would like to know how it is possible to use the AX , BX , CX and DX records in a code in the language C . if it is necessary to pass them to a variable or directly using "asm" and the registry