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
737 views
1 answer
    I have been working on a Binary Bomb for school, and I am absolutely lost in Phase 5. The object of the ... >: ret End of assembler dump. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
711 views
1 answer
    I decided to take a crack at assembly the other day, and I've been playing around with really basic things like ... then why was it swapped in? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
683 views
1 answer
    What can you do with SSE4.1 ptest other than testing if a single register is all-zero? Can you use a ... not both zero without destroying them See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
616 views
1 answer
    I'm currently playing with ARM assembly on Linux as a learning exercise. I'm using 'bare' assembly, i.e ... ? Any pointers would be appreciated. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
659 views
1 answer
    I've come to learn that you cannot push a byte directly onto the Intel Pentium's stack, can anyone explain this ... my naivety in any of this. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
982 views
1 answer
    As far as I know most compilers will do fast division by multiplying and then bit shifting to the right. For ... result in memory (from r3) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
650 views
1 answer
    I know the meaning of the strictfp modifier on methods (and on classes), according to the JLS: JLS 8.4 ... and without the strictfp modifier? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
602 views
1 answer
    It is a known issue that mixing VEX-encoded instructions and non-VEX instructions has a penalty and the programmer must ... we want to mix them. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
665 views
1 answer
    So I've searched about this topic and found nothing really relevant about it. I've tried to look at the ... the actual operations performed... See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
798 views
1 answer
    I googled and I see a surprising amount of flippant responses basically laughing at the asker for asking such a ... surely can be translated. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
755 views
1 answer
    I'm curious how many ways are there to set a register to zero in x86 assembly. Using one instruction. Someone told me ... mov ax, 0 and ax, 0 See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
990 views
1 answer
    I found that the ESP register is the current stack pointer and EBP is the base pointer for the current stack ... like most ISAs) grows downward. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
597 views
1 answer
    So from my understanding of delay slots, they occur when a branch instruction is called and the next ... getting carried out anyway.. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
656 views
1 answer
    I attended interview for samsung. They asked lot of questions on memory layout of the program. I barely know anything ... me look so stupid. :) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.6k views
1 answer
    In x86 assembly code, are JE and JNE exactly the same as JZ and JNZ? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
925 views
1 answer
    What is the actual purpose and use of the EDI & ESI registers in assembler? I know they are used for ... Can someone also give an example? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I'm trying to print out some 32-bit floats using NASM flavored x86 assembly. This is a minimum working ... have to be missing something. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
899 views
1 answer
    The orpd instruction is a "bitwise logical OR of packed double precision floating point values". Doesn't this do ... the point of having it? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    So I am working on a Binary Bomb assignment and have gotten stuck. Tried looking at other questions and guides ... if my formatting is wrong. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
948 views
1 answer
    I have a problem while writing an x86 real mode assembly program that runs as a bootloader in QEMU. I'm trying to ... and how can it be fixed? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
765 views
1 answer
    Here is my code's assembler Can you embed it in c ++ and check against SSE4? At speed I would ... 32bit https://vk.com/doc297044195_451679410 See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
847 views
1 answer
    When to use size directives in x86 seems a bit ambiguous. This x86 assembly guide says the following: In ... the DWORD PTR directive redundant? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
912 views
1 answer
    I started to learn assembler, and this does not looks logical to me. Why can't I use multiple higher bytes ... and forget about the lower parts? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    Consider the following loop in x86: ; on entry, rdi has the number of iterations .top: ; some magic ... consider solutions that use them. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
803 views
1 answer
    So far I have managed to find out that: SSE and SSE2 are mandatory for Windows 8 and later (and of course for ... from one of the SSE/AVX sets. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    In 8086 this structure is correct: mov bh,[bx] but this is not correct: mov bh,[cx] I don't know why. ... save the base address in cx register?) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    In MASM, I created a buffer variable to hold the user string input from keyboard. I am stuck on how to ... of input of buffered characters. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
796 views
1 answer
    When reviewing gdb output and looking at the assembly calls, usually I can find a command using hard-coded values ... to right or vice versa? See Question&Answers more detail:os...
asked Oct 17, 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

...