sparc
Sparc Procedure Call Conventions
I would like to do some \"inline\" assemly programming in Sparc and I am wondering how I can do that with register passing.[详细]
2023-01-07 02:32 分类:问答Sparc Assembly Call corrupts data
I am at the moment working with some assembler code for the Sparc processor family, and i am having some trouble with a piece of code. I think the code and output explains more, but in short, this is[详细]
2023-01-01 11:57 分类:问答Strcpy() corrupts the copied string in Solaris but not Linux
I\'m writing a C code for a class. This class requires that our code compile and run on the school server, which is a sparc solaris machine. I\'m running Linux x64.[详细]
2022-12-26 20:37 分类:问答How to get high resolution time using sparc assembly?
I use syscall S开发者_StackOverflowYS_time, but its resolution is 1 second. Is there any other solution?Try clock_gettime(3R) (same for Linux). I have to dig up the assembly version for the calls.[详细]
2022-12-26 00:26 分类:问答How to avoid insn beeing scheduled into a delay slot
I try to patch gcc so that after a fdivd the destination register is stored to the stack,i.e: fdivd %f0, %f2, %f4; => becomes[详细]
2022-12-20 05:15 分类:问答How to assign a number to a floating point register using sparc assembly?
For example, I wa开发者_JAVA技巧nt to assign 0x5 to %f1.How to achieve this?I found the answer myself.[详细]
2022-12-20 01:15 分类:问答Can I run Ubuntu Enterprise Cloud on Sun sparc servers?
I would like to deploy a private cloud using Ubuntu Server 9.10.There is a -spa开发者_运维知识库rc iso available here.[详细]
2022-12-19 08:41 分类:问答