sparc
Leaf functions in SPARC and HP-UX
I was just reading through a Phrack article which had disassembly in HP-UX. I read that there are two classes of functions which are possible under HP-UX and SPARC; lea开发者_JAVA技巧f and non-leaf fu[详细]
2023-02-21 13:34 分类:问答Specifying array in Assembler
I wanna specify a 512 x 32 bit array in my assembly file and this looks as follows: #define FUNCTION_01test[详细]
2023-02-16 22:28 分类:问答Processor Register - Application Variable association
I have a very simple problem. I wanna write some assembler code (for SPARC) that directly operates on a single register, called %o1. All I wanna do is to initialise this register with zero, and then i[详细]
2023-02-15 20:17 分类:问答SPARC Assembly question
I wanna write a very simple inline assembly routin开发者_StackOverflowe in my C program which does nothing[详细]
2023-02-14 11:22 分类:问答can't compile ffmpeg on Solaris 10 sparc
Has anyone compiled ffmpeg 0.6.1 for Solaris 10 sparc? I\'m getting the following errors: uname -a SunOS SERVERNAME 5.10 Generic_118833-36 sun4u sparc SUNW,Sun-Fire-V440[详细]
2023-02-04 00:50 分类:问答Profiler for Solaris SPARC Platform (for C++ applications)
Is there a profiler for the Solaris开发者_运维问答 10 SPARC architecture for the use with c++ applications?[详细]
2023-02-02 19:37 分类:问答Saving stack pointer causes segmentation fault when output is redirected
I\'m writing a Sparc compiler. One of my test cases runs fine normally, but crashes when the output is redirected to a file.[详细]
2023-01-29 14:26 分类:问答What's the best way to debug a segfault in my SPARC assembly?
I\'m writing a sparc compiler. One of my test cases works fine when run from the command line normally开发者_高级运维, but segfaults when I redirect the output to a file.[详细]
2023-01-28 16:28 分类:问答What macro are predefined by gcc for different SPARC processors?
What macroses are predefined for C programms by GCC complier running on different SPARC processors. OS is the Linux.[详细]
2023-01-18 10:30 分类:问答Running JAVA on Windows Intel vs Solaris Sparc (T1000)
Hi I\'m trying to test my JAVA app on Solaris Sparc and I\'m getting some weird behavior. I\'m not looking for flame wars. I just curious to know what is is happening or what is wrong...[详细]
2023-01-13 10:14 分类:问答