instructions
IL Instructions not exposed by C#
What IL instructions are not exposed by C#? I\'m referring to instructions like sizeof and cpblk - there\'s no class or command that executes these instructions (sizeof in C# is computed at compile t[详细]
2023-03-29 05:32 分类:问答Small Popup for Instructions, like foursquare ones
After seeing the last screenshots of new foursquare application and their balloon like cartoon instructions, I\'d like to create some of these in my application.[详细]
2023-03-28 02:50 分类:问答Illegal instruction while compiling with g++
I have the problem that a C++ program running under linux, compiled with g++ raises after some time a illegal instruction exception and I get a core dump. When I do a backtrace using gdb I get[详细]
2023-03-26 22:35 分类:问答Display instructions on how to display widget after install
Some users (approx 15%) that download my widgets from the android market do not know how to display them on the home screen.I would like for a screen to pop up that gives instructions on how to do thi[详细]
2023-03-26 10:32 分类:问答Why doesn't there exists a subi opcode for MIPS?
I am very new to Assembly language. I was reading about MIPS architecture and came to know that开发者_Python百科 you have addi opcode but there is no subi opcode. Why don\'t we have a subi opcode?When[详细]
2023-03-24 23:57 分类:问答simple pipelining and superscalar architecture
consider this instruction flow diagram.... instruction fetch->instruction decode->operands fetch->instruction execute->write back[详细]
2023-03-13 14:27 分类:问答Error implementing "AND" and "OR" in c++
With reference to my previous question, How can i implement AND and OR operations in c++ My next question is, Sometimes it outputs some weird numbers for example 110010 & 010101 = 110591. Why doe[详细]
2023-03-11 02:20 分类:问答How to implement push and pop in LLVM assembly?
I want to implement push and pop operations in LLVM assembly. The alloca instruction does not follow the concept of stack, push and pop.[详细]
2023-03-09 14:57 分类:问答boot loader's size
I am reading brokenthorn.com ‘s O/S development tutorials one of the tutorials, the following code is there.[详细]
2023-02-25 18:57 分类:问答C Instructions explanation
can any one explain the following instructions: int *c[10]; char *(**n)(void); float *(**r(void))[6开发者_运维问答];[详细]
2023-02-25 00:29 分类:问答