I\'ve a problem with Assembly 8086. I don\'t know how to use an 2D array. 开发者_如何学PythonWhen I m using like this
I\'m studying 8086 assembly language at high school and I have this question: For example I have this number ABCD (hex). How is it stor开发者_StackOverflow中文版ed on the memory?
I\'m a bit ashamed about asking this, but how do i output the value of a byte in assembler? Suppose I have the number 62 in the AL register. I\'m targeting an 8086. There seem to be available only int
I am working on a project in 8086 assembly on windows machine and I need to know which mouse button has been clicked.开发者_运维技巧What are the interrupts for this? or how do I go about finding this
I am trying to get my program to display a string on two different lines. This is a .com program and I am using A86 assembler.
I have been given an end of term project to write an assembly code to read the MBR and save it to floppy. I think I managed to read it with INT 13h in DOS in a VirtualBox machine. The machine has only
I am trying to create a sleep/delay procedure in 16bit MASM Assembly x86 that will, say, print a character on the screen every 500ms.
I am going through some example assembly code for 16-bit real mode. I\'ve come across the lines: movbx, cs
For me, it just seems like a funky MOV. What\'s its purpose开发者_C百科 and when should I use it?As others have pointed out, LEA (load effective address) is often used as a \"trick\" to do certain com