Tags > masm
- 09-04databaseIBM 5150 - int 21h corrupts segment registers
- 08-19NetUnexpected page fault when writing return value from assembly procedure
- 07-25otherAssign a decimal value to a REAL8 local variable using MASM
- 07-20EnterpriseHow do I replace last characters with 0?
- 07-09BlockchainWrite to console Unicode (UTF-16) text with Windows WinAPI functions?
- 06-26BlockchainIn JWASM/MASM - pshufw produces Error A2030: Instruction or register not accepted in current CPU mod
- 06-20OSHow can I run a Windows shell command in an assembly program, without needing a C library?
- 06-06Software designHow do you differentiate "MOV r/m64, imm32" vs "MOV r/m32, imm32" in MASM64?
- 06-05BlockchainHow do you express "MOV r/m64, imm32" vs "MOV r/m32, imm32" in masm64?
- 05-31Software designHow to understand PlaySound function API document and implement it in MASM?
- 05-16BlockchainHow I can include .asm file properly?
- 05-06OSnot adding the stack bytes to the .exe file with MASM 5.0
- 04-12otherWrite data from a pointer to a local variable(another pointer) in assembler
- 04-09front endPassing array to a procedure, accessing elements using Base Offset
- 04-02MobileTrying to compare input of ' ' with its ASCII value of 43
- 03-24EnterpriseMASM 14: constant expected in winextra.inc
- 03-07OSWhat is IF ELSE and ENDIF Directives in Assembly language? I am trying to make a program in which so
- 03-01databaseHow to run multiple .asm files in vscode
- 02-17databaseAssembly routine to add matrices not giving expected output
- 01-03otherwhy procedure need stack frame or shadow stack?
- 12-30OSHow to define a nested struct in MASM?
- 12-30OSASSEMBLY . How can I go through a string, writing out the special characters, numbers and letters in
- 12-08Netmessagebox invokation problem on assembler
- 11-29EnterprisePalindrome Checking in MASM using IRVINE32.inc
- 11-20MobileDisplaying the even characters of a string in Assembly (MASM)
- 11-19NetHow can I call an Assembly procedure from C# and get a result back?
- 11-10Software engineeringIn MASM, how to access the longValue member within the PDH_FMT_COUNTERVALUE struct?
- 10-30databaseProblem Assembling in Visual Studio 2019, Simple "Hello World" legacy_stdio_definitions.li
- 10-28NetWhat's the purpose of xchg ax,ax prior to the break instruction int 3 in DebugBreak()?
- 10-21databaseHow to compile a Hello World assembly on Windows?
- 10-20Back-endHow to call a x64 Assembly procedure in C#
- 10-16Back-endAssembly language (MASM) and Spectre: Variant 2 (CVE-2017-5715) Branch Target Injection
- 10-08OSAssembly language (MASM) and Spectre: Variant 2 (CVE-2017-5715) Branch Target Injection
- 10-07MobileOnly the low half of EAX is zeroed? (MASM using .486 / .model flat,stdcall)
- 10-06OSAccessing bit of a variable in assembly language
- 10-04OSIncrementing a pointer by 1 in an array of words: loading a word from half way between two words?
- 10-03NetAssembly language program to count number of 1's in binary number
- 10-01OSCounting number of elements equal to 1 in DW array
- 09-18Software designEMU 8086 stores wrong array element value in register