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 x86

0 votes
986 views
1 answer
    How to multiply four 32-bit integers by another 4 integers? I didn't find any instruction which can do it. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
625 views
1 answer
    Intel's 32-bit processors such as Pentium have 64-bit wide data bus and therefore fetch 8 bytes per access. ... they be justified in doing so? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
600 views
1 answer
    A decade or two ago, it was worthwhile to write numerical code to avoid using multiplies and divides and use ... to get a useful intuition. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
693 views
1 answer
    I'm a newbie to assembly programming, working through Programming Ground Up on an Ubuntu x86_64 desktop with GNU ... Or is it my assembler? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I'm trying to do a bubble sort in x86 assembly (yes it has to be bubble, as I'm not concerned about ... into the specific address. Any help? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
838 views
1 answer
    I am trying to find sum reduction of 32 elements (each 1 byte data) on an Intel i3 processor. I did this: s=0 ... . Not sure how it works on SSE See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
537 views
1 answer
    Following the answer about assembly registers' sizes: First, what sizes are eax, ax, ah and their counterparts, ... the new calling convention? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
681 views
1 answer
    Disassembling an ELF binary on a Ubuntu x86 system I couldn't help but notice that the code(.text) section ... it just an arbitrary choice? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
469 views
1 answer
    Is there anyway this can be done? I've used objdump but that doesn't produce assembly output that will be ... and then test it afterwards. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
630 views
1 answer
    In recent Intel ISA documents the lfence instruction has been defined as serializing the instruction stream ( ... the instruction stream? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
547 views
1 answer
    I changed my bootloader from CHS to LBA, so I replaced int 13h 02h with int 13h 42h. It works ... display_library: x, options="gui_debug" See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
498 views
1 answer
    I have developed a high performance Cholesky factorization routine, which should have peak performance at around ... the overall measurement. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
612 views
1 answer
    I'm experimenting with ELF executables and the gnu toolchain on Linux x86_64: I've linked and stripped (by hand) ... to map the file to? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
798 views
1 answer
    As the web-resources on this is sparse, I will, for the benefit of future searches, begin by listing the address ... the end, not MY_TABLE[1]? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
746 views
1 answer
    Having 32 bits stored in a uint32_t in memory, what's the fastest way to unpack each bit to a separate byte ... .com/en-us/forums/topic/283382 See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
465 views
1 answer
    Years ago I was learning about x86 assembler, CPU pipelining, cache misses, branch prediction, and all that ... bad branch predictions, etc? 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

...