assembly
about linux v0.01 bootsect.S
Recently I\'m looking at the linux 0.01 source code, since the bootsect.S in 2.6.11 and upper version is useless and it is a good place to start learning linux code, therefore I choose to trace the fi[详细]
2023-04-09 18:47 分类:问答spim simulator pcspim : error setting value at an address
Hi I am using spim simulator pcspim and I am trying to set a value at an address using the set value option under the simulator menu.[详细]
2023-04-09 18:30 分类:问答Link ISR to vector interrupt 80x86 32bit AT&T assembly
I work on Intel-Atom 32bits (Assembly AT&T). I want to link my ISR to a vector interrupt 0x33: push %ebp//save the context to swith back[详细]
2023-04-09 07:28 分类:问答How to create an IDT using LIDT I work on Intel-Atom 32bits (Assembly AT&T)
How to create an IDT using LIDT I work on Intel-Atom 32bits (Assembly AT&T). I am using the MocroC OSII as an OS,[详细]
2023-04-09 04:51 分类:问答How to print out registers in Linux kernel?
I want to print out values of a couple of registers from the linux kernel code running on ARM. Particularly I have the following assembly in linux -[详细]
2023-04-09 04:26 分类:问答Problems with Qualcomm Scorpion dual-core ARM NEON code?
I am developing a native library for Android where I use ARM assembly optimizations and multithreading in order to get maximum performance on the dual-core ARM chipset MSM8660. While doing some measur[详细]
2023-04-09 02:06 分类:问答Accessing one character in a string
I am using something like SPIMS or MARS with syscall functions. I am reading in a string (and it works because I can print it out) as follows:[详细]
2023-04-08 22:27 分类:问答find a particular function in a executable using dumpbin tools family
Is it possible to know with dumpbin tools if a execu开发者_运维知识库table under windows use the command arp ?No, not really. If it has arp.exe as a string literal, and passes that string literal to W[详细]
2023-04-08 22:21 分类:问答How to learn the link between C++ code and the generated assembly code? [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve thi开发者_JS百科s question? Update the question so it can be answered with facts and citations[详细]
2023-04-08 21:14 分类:问答I'm not exactly sure what this x86 Add instruction is doing
I\'m not exactly sure what this add instruction is doing: add 0x0(%rbp,%rbx,4),%eax If it were: add %rbx,%eax[详细]
2023-04-08 19:10 分类:问答