Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged assembly

0 votes
979 views
1 answer
    I'm writing a small bootloader for an x86 based PC. The problem is that the CPU is somehow still active after ... 100%. What am I doing wrong? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
922 views
1 answer
    The Intel 64 and IA-32 Architectures Software Developer's Manual says the following about re-ordering of actions by ... to the same location? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
787 views
1 answer
    I am trying to figure out whether it is possible to run a Linux VM whose RAM is only backed by a single physical ... I am testing on AMD Zen 1. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I am following this tutorial as a first foray into bootloader/OS development for x86 using NASM: http:// ... conceptual problem on my part. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    Have a doubt regarding the hex code conversion of JMP machine instruction. I have the absolute address I want to ... , so pardon my ignorance. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
966 views
1 answer
    I'm using Keil to write Assembly for ARM 7. I have the following runtime error: Non-aligned Access: ARM ... , but it fails here first. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I saw the following question on a test paper, Question VarM DWORD ABBF01598h Give the contents of registers al, ... these. Thanks in advance. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
739 views
1 answer
    What I understand is, there are two types of instruction fusions: Micro-operation fusion Macro-operation fusion Micro- ... fusing. Am I correct? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
796 views
1 answer
    What I understand is, there are two types of instruction fusions: Micro-operation fusion Macro-operation fusion Micro- ... fusing. Am I correct? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
828 views
1 answer
    What I understand is, there are two types of instruction fusions: Micro-operation fusion Macro-operation fusion Micro- ... fusing. Am I correct? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I'm using Keil to write Assembly for ARM 7. I have the following runtime error: Non-aligned Access: ARM ... , but it fails here first. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I saw the following question on a test paper, Question VarM DWORD ABBF01598h Give the contents of registers al, ... these. Thanks in advance. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
754 views
1 answer
    What I understand is, there are two types of instruction fusions: Micro-operation fusion Macro-operation fusion Micro- ... fusing. Am I correct? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
898 views
1 answer
    Which instructions would be used for comparing two 128 bit vectors consisting of 4 * 32-bit floating point values? ... .se for the long story. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
839 views
1 answer
    I'm modifying an old abandonware game to have infinite lives. The Address that has the instruction dec ecx is ... permanently modify the .exe? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    The title says it all. I want to know whether an x86 instruction that reads data from memory, translates its ... as Arabic numbers are written. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
870 views
1 answer
    I am trying to understand what is a memory barrier exactly. Based on what I know so far, a memory barrier ... instructions (for example: mov). See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    Im trying to move edx into al but i get this error lib/io/print.asm:50: error: invalid combination of opcode ... mov al, edx thanks in advance See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I tried to put code not in the main function, but directly into _start: segment .text global _start ... exit system call exits gracefully. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
896 views
1 answer
    I'm in the middle of writing air hockey in tasm and I have encounter a problem which is how I get two keys/ ... t really know how to do this. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I'm quite new to x86 assembly, and I'm trying to build off a hello world program. I'm trying to make ... ret Why is the program segfaulting? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    This code compiles just fine on gcc, but when using llvm (llvm-gcc), it says "constant expression ... , 0x00000000, 0x00000000, 0x00000000 See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    My TASM is mounted to the folder where my my TASM, TLINK, and files are. Specifically it is at C:/TASM ... file: printMzPos1.kt What went wrong? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I have input like this: This is, ,,, *&% a ::; demo + String. +Need to**@!/// format:::: ... source call WriteString exit main endp end main See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
999 views
1 answer
    I have a simple program in x86 assembly language. It should print a string directly to the video memory without OS. ... work. Can you help me? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
830 views
1 answer
    Specifically is: mov %eax, %ds Slower than mov %eax, %ebx Or are they the same speed. I've ... , where segmentation works differently. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I want to implement the equivalent of C's uint-to-double cast in the GHC Haskell compiler. We already ... conversion (thus losing range)? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I'm trying to get a nasm program running. The following code: segment .data contAir: dt 1.11330e-10 ... an "illegal instruction" error. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...