x86-16
Assembly multiple conditional jumps
I can\'t organize jumps for the following pseudo code (to Assembly 8086): array = ...numbers set... cl = 2[详细]
2023-02-05 16:52 分类:问答2D array in assembly
I defined in the data section an 2d array and two 1d arrays (one for column sum and one for row sum) and i wrote a function that sum the 2d array into the 1d array.[详细]
2023-02-03 19:26 分类:问答Emulating a computer running MS-DOS [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this[详细]
2023-02-02 09:14 分类:问答Explain how the AF flag works in an x86 instructions?
I have a little开发者_如何学C 8086 emulator and I\'ve had a long standing bug for like 2 years now that AF does not behave properly inside of sub and add instructions.[详细]
2023-02-01 08:20 分类:问答Multidimensional Arrays in Assembly Language
Hi All Can Any one plz tell me how to handle 2d arrays in 8086 assembly language. i am beginer in assembly开发者_Go百科 language programming.[详细]
2023-02-01 01:58 分类:问答Is there a C compiler that targets the 8086? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-31 06:44 分类:问答8086 segment selector
There\'s some \"supervisor\" bit to not let the \"user space\" do something li开发者_Python百科ke:[详细]
2023-01-30 20:23 分类:问答How to generate a random number in 8086 assembly? [duplicate]
This question already has answers here: 8086 random number generator (not just using the system time)?[详细]
2023-01-29 19:55 分类:问答Assembly video mode coordinates mapping to character coordinates
I am working on an 8086 dos assembly project , using video mode i was able to draw some lines and st开发者_Python百科uff but now i want to print some characters and found that (interrupt 10,2) uses ch[详细]
2023-01-29 07:37 分类:问答Print integer to console in x86 assembly
When I add two values in 16 bit assembly, what is the best way to print the result to console? At the moment I have this code:[详细]
2023-01-26 12:37 分类:问答