Since you are assuming you are on a sparc box I will assume it is at least a unix box ;-).
From a command line run
uname -a
to determine the architecture your system is running on. Chances are its x86_64 these days.
The offical heavy duty Sparcv9 manual
Also the Sparc v8 manual which is still 100% relevant as all sparc processors are backwards compatible and for plain old integer code 32bit is acutally faster. Now if you do multimedia type operations 64bit might help specifically the VIS extensions.
Sparc ASM reference manual
That said, the manuals are VERY heavy reading material and you would be much better off getting a book I suggested in your other question. "Fundamentals of Computer Organization and Design" or maybe "SPARC Architecture, Assembly Language Programming, and C" which would have even more info specfic to Sparc.