Difference between revisions of "Assembly language"
Jump to navigation
Jump to search
(create new local page for assembly language notes) |
m (request to move current Xaos project from qmake project base to cmake project base </ul>) |
||
| (2 intermediate revisions by the same user not shown) | |||
| 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 | ||
| + | |||
| + | |||
| + | |||
| + | <i>Following links should be moved out of assembly language page to properly sorted places:</i> | ||
| + | |||
| + | 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 | ||
| + | |||
| + | * https://github.com/xaos-project/XaoS/issues/242 . . . request to move current Xaos project from qmake project base to cmake project base | ||
| + | </ul> | ||
| + | |||
| + | <!-- odne komentar --> | ||
Latest revision as of 19:55, 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
Following links should be moved out of assembly language page to properly sorted places:
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:
- https://github.com/xaos-project/XaoS/issues/242 . . . request to move current Xaos project from qmake project base to cmake project base