Questions tagged as 'ensamblador'

1
answer

Is there an IDE that I can use for MASM or TASM?

In the case of high level languages such as Java , C , C# , Ruby , etc, there are IDEs such as devcpp , visual studio , NetBeans , etc For assembler Is there a IDE that can be used in Wi...
asked by 17.06.2017 / 04:57
2
answers

Work with decimals in assembler

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...
asked by 18.04.2017 / 22:55
0
answers

How to divide in assembly language?

I am trying to divide a number between 10 in assembly language and I do not know why it does not save the result in the EAX register, I leave the piece of code to see if something is wrong. _asm { mov eax, w //w=12...
asked by 27.12.2018 / 18:11
0
answers

Help with assembler 8086

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...
asked by 04.12.2018 / 13:05
0
answers

How can I erase an instruction in the memory of a PIC when I remove the power?

The objective of my program is that when 5v is received on an "x" port, an instruction (assembler) is executed, for example MOVWF TRISA or some other instruction, but that the effect of said institution is erased when removing the PIC feeding....
asked by 03.11.2018 / 04:00
0
answers

Error in ensablador

I am programming in an assembly using an IDE and I get the following error relocation R_X86_64_32S against '.data' can not be used when making a shared object; recompile con -fPIC I do not know if you can help me     
asked by 14.09.2018 / 04:18
0
answers

How to enter in a record the address of a variable in assembler

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...
asked by 09.07.2018 / 16:35
1
answer

Problem with interruptions in hybridization in C and Assembler

I have a problem I want to use assembler interrupts with C but it says    Unhandled exception in 0x009B1F01 in ConsoleApplication3.exe: 0xC0000005: Access violation when reading location 0xFFFFFFFF. the code is as follows long random()...
asked by 13.06.2018 / 03:44
0
answers

filter from medium to image Assembler

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...
asked by 05.06.2018 / 06:17
0
answers

How to use the records in a hybrid program of Assembler and C?

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     
asked by 05.06.2018 / 01:10