x86-16
Assembly language 8086
I\'ve a problem with Assembly 8086. I don\'t know how to use an 2D array. 开发者_如何学PythonWhen I m using like this[详细]
2022-12-27 19:35 分类:问答Byte order in memory after storing a 16-bit number on 8086?
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?[详细]
2022-12-27 11:04 分类:问答output byte value in assembler
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[详细]
2022-12-24 22:43 分类:问答8086 assembly right mouse click interrupts
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[详细]
2022-12-22 07:30 分类:问答print a string on two different lines
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.[详细]
2022-12-20 03:04 分类:问答MBR says Invalid partition table - But system works! WHY?
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[详细]
2022-12-15 12:06 分类:问答How can I create a sleep function in 16bit MASM Assembly x86?
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.[详细]
2022-12-13 05:25 分类:问答What does OFFSET in 16 bit assembly code mean?
I am going through some example assembly code for 16-bit real mode. I\'ve come across the lines: movbx, cs[详细]
2022-12-10 22:58 分类:问答What's the purpose of the LEA instruction?
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[详细]
2022-12-10 10:16 分类:问答