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
852 views
1 answer
    I'm coding a simple primality tester program for Windows in x86 assembly language (MASM32), which involves ... 'm missing something here? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
957 views
1 answer
    I want to convert a positive number to negative in assembly, I need a code sample The input is in hex sdword Thanks See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
552 views
1 answer
    As far as I know there are no plans from oracle to ship java for 32 Bit - but maybe I misunderstand the ... are only 64 Bit Download-Links. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
628 views
1 answer
    Hello I need some help understanding what is going on in this assembly code: .file "mystery.c" .text .globl ... edx? Thanks for any help. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
395 views
1 answer
    vextracti128 and vextractf128 have the same functionality, parameters, and return values. In addition one is AVX ... What is the difference? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
729 views
1 answer
    MS Visual C++ supports 2 flavors of the popcnt instruction on CPUs with SSE4.2: __popcnt() _mm_popcnt_u32() ... calls the HW _mm_popcnt_u32()? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
530 views
1 answer
    I've found that mov al, bl mov ah, bh is much faster than mov ax, bx Can anyone explain me why? I ... whole VS project with sources for testing. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
477 views
1 answer
    When a syscall returns, I get the syscall return value in %eax, however on entry I am getting -38, which ... an entry from an exit? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
643 views
1 answer
    I need to install mysql-python under python2.6. mysql-python package needs python2.6-devel package that depends on ... it. Thanks for help) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
515 views
1 answer
    In Assembly Language we have the DOS interrupt INT 21h, which is not a hardware interrupt. I was wondering ... please suggest links or methods. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
478 views
1 answer
    There are a lot of question on stackoverflow with the similar title. I read all of them, but none of them answers ... is actual VDI file: 1.vdi See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
584 views
1 answer
    I'm working on a bare-bones system in which I need to determine sometime after boot how many cores and threads ... how many cores there are. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
906 views
1 answer
    The wikipedia page for Reset vector says (for 386+ processors): The value of the selector portion of the ... versus the previous ones. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
359 views
1 answer
    According to AMD manual segmentation can not be disabled. My question is why, why it's impossible? Another ... postimg.cc/hk15o6swr/Capture.png See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
508 views
1 answer
    I have the below code that opens up a file, reads it into a buffer and then closes the file. The close ... close file system call number int 80h See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
603 views
1 answer
    I am new to the SSE instructions and I was trying to learn them from this site: http://www.codeproject. ... have included all the relevant ones. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
610 views
1 answer
    Using SSE intrinsics, I've gotten a vector of four 32-bit floats clamped to the range 0-255 and rounded to nearest ... out[3]); return 0; } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
613 views
1 answer
    I try to get a list of installed application keys: RegistryKey RegKeyUninstallList = Registry.LocalMachine; string ... ).GetSubKeyNames(); See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
716 views
1 answer
    Suppose I want to add two buffers and store the result. Both buffers are already allocated 16byte aligned. I ... /store is mandatory. Thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
626 views
1 answer
    I did searched on web and intel Software manual . But am unable to confirm if all Intel 64 architectures support ... my programme. Please help. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
401 views
1 answer
    I am reading about different prefetcher available in Intel Core i7 system. I have performed experiments to ... prefetch starts prefetching? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
356 views
1 answer
    I am reading about different prefetcher available in Intel Core i7 system. I have performed experiments to ... prefetch starts prefetching? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
416 views
1 answer
    I am reading about different prefetcher available in Intel Core i7 system. I have performed experiments to ... prefetch starts prefetching? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
363 views
1 answer
    From here I know Intel implemented several static branch prediction mechanisms these years: 80486 age: Always-not- ... will help more people See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
706 views
1 answer
    I was reading some code and was not sure what this line does: movq (%rsp), %rsp See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
487 views
1 answer
    I'm really wanting to learn assembly. I'm pretty good at c/c++, but want a better understanding of what ... one way instead of another.) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
660 views
1 answer
    So, I have an assembly function, which is called in C. It compiles and gives me no warnings, but when ... the previous stack frame pointer ret See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
442 views
1 answer
    I'm having trouble building a few Autotool-based libraries on Fedora 26, x86_64. The 64-bit Fedora puts third party ... /lib64' break fi done fi 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

...