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
I wanna specify a 512 x 32 bit array in my assembly file and this looks as follows: #define FUNCTION_01test
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
I wanna write a very simple inline assembly routin开发者_StackOverflowe in my C program which does nothing
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
Is there a profiler for the Solaris开发者_运维问答 10 SPARC architecture for the use with c++ applications?
I\'m writing a Sparc compiler. One of my test cases runs fine normally, but crashes when the output is redirected to a file.
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.
What macroses are predefined for C programms by GCC complier running on different SPARC processors. OS is the Linux.
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...