Difference between revisions of "Assembly language"
From Wiki at Neela Nurseries
(create new local page for assembly language notes) |
m (Add links to CUDA programming guide, GNU online manuals, Xaos) |
||
Line 5: | Line 5: | ||
* https://arcb.csc.ncsu.edu/~mueller/codeopt/codeopt00/notes/sparc.html Professor Mueller notes on Sparc assembly language | * https://arcb.csc.ncsu.edu/~mueller/codeopt/codeopt00/notes/sparc.html Professor Mueller notes on Sparc assembly language | ||
+ | |||
+ | Some additional interesting pages and links from Professor Mueller's university home page: | ||
+ | |||
+ | <ul> | ||
+ | * https://arcb.csc.ncsu.edu/~mueller/codeopt/codeopt00/ . . . navigation page in German | ||
+ | * https://arcb.csc.ncsu.edu/~mueller/codeopt/ . . . code optimization class links, cerca 2010..2019 | ||
+ | * https://arcb.csc.ncsu.edu/~mueller/ . . . Frank Mueller home page | ||
+ | |||
+ | * https://arcb.csc.ncsu.edu/~mueller/cluster/nvidia/ . . . Nvidia donations to university computer programming classes | ||
+ | |||
+ | * https://arcb.csc.ncsu.edu/~mueller/cluster/nvidia/2.3/NVIDIA_CUDA_Programming_Guide_2.3.pdf . . . Nvidia CUDA Programming Guide 2.3 | ||
+ | </ul> | ||
+ | |||
+ | Gnu manuals: | ||
+ | <ul> | ||
+ | * https://www.gnu.org/manual/ | ||
+ | </ul> | ||
+ | |||
+ | XaoS fractal interactive zooming application: | ||
+ | <ul> | ||
+ | * https://github.com/xaos-project/XaoS/wiki | ||
+ | </ul> | ||
+ | |||
+ | <!-- odne komentar --> |
Revision as of 19:51, 24 January 2024
2024-01-23 Tuesday
Local page on Assembly language
- https://arcb.csc.ncsu.edu/~mueller/codeopt/codeopt00/notes/sparc.html Professor Mueller notes on Sparc assembly language
Some additional interesting pages and links from Professor Mueller's university home page:
- https://arcb.csc.ncsu.edu/~mueller/codeopt/codeopt00/ . . . navigation page in German
- https://arcb.csc.ncsu.edu/~mueller/codeopt/ . . . code optimization class links, cerca 2010..2019
- https://arcb.csc.ncsu.edu/~mueller/ . . . Frank Mueller home page
- https://arcb.csc.ncsu.edu/~mueller/cluster/nvidia/ . . . Nvidia donations to university computer programming classes
- https://arcb.csc.ncsu.edu/~mueller/cluster/nvidia/2.3/NVIDIA_CUDA_Programming_Guide_2.3.pdf . . . Nvidia CUDA Programming Guide 2.3
Gnu manuals:
XaoS fractal interactive zooming application: