masm
Execute RDMSR and WRMSR instructions from C/C++ code
I need to control C-State configuration. Specifically, I\'d probably like to execute the following asm code:[详细]
2023-03-02 07:38 分类:问答Are there any performance disadvantages of using .if and .elseif in assembly?
I was wondering if t开发者_Python百科he .if and the .elseif directives had any performance disadvantages when compared to using a series of cmp and jmp statements.[详细]
2023-03-02 01:14 分类:问答Converting an ascii character into decimal in Assembly for use with WriteConsoleA and readConsoleA
I am in a fix. I need to input numbers from the user and then perform arithmetic calculations on the input. I\'m just a beginner now and till now I\'ve not used any IO, except in a program which asks[详细]
2023-03-01 04:19 分类:问答Register indirect addressing
I would like to know if the开发者_开发技巧re is a difference between: MOV [BX] + 20, AX and MOV [BX + 20], AX[详细]
2023-03-01 04:05 分类:问答MASM StdOut integer value instead of ASCII representation
I\'m writing on of my first assembly programs in MASM, and am trying to print out a number using StdOut. Here is my code (snippet):[详细]
2023-02-27 07:20 分类:问答Microsoft inline assembly and references or Why does BYTE PTR [ByteRef] not work in this situation?
Okay so I have a C++ fu开发者_运维技巧nction in which I am trying to use inline assembly void ToggleBit(unsigned char &Byte, unsigned int Bit)[详细]
2023-02-25 02:38 分类:问答ASCII code interpretation (assembly)
First of all, thanks for all the help thus far. Complete code can be found here I have trouble understanding these lines. I wrote some comments...[详细]
2023-02-24 10:28 分类:问答what do these lines do in assembly?
I am quite new to assembly. I am always confused by the numbers Can someone please help me ? I am using TASM... so 8066 assembler[详细]
2023-02-24 01:37 分类:问答Problem with assembly programming and Procedure calls
I am using MASM 开发者_运维问答to do some assembly programming. When I try to run my program it crashes immediately when it encounters \"call myFunction\", even after I\'ve stripped out all the code f[详细]
2023-02-19 14:26 分类:问答Using relative values in array sorting ( asm )
I need to sort through an array and sort each individual row in array to be in ascending order.I doesn\'t seem to going so well (surprise!) as I keep getting hit with two errors:[详细]
2023-02-15 07:10 分类:问答