|
Size: 1133
Comment: lost another bracket...
|
← Revision 5 as of 2009-09-20 21:55:27 ⇥
Size: 1149
Comment: converted to 1.6 markup
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 3: | Line 3: |
| * [http://linuxfinances.info/info/assembler.html Christopher Browne's assembly language resources] * [http://developer.apple.com/documentation/DeveloperTools/Reference/Assembler/index.html Mac OS X Assembler Guide (Covers PowerPC instruction set/more)] * [http://www-2.cs.cmu.edu/afs/cs.cmu.edu/academic/class/15213-s01/lectures/class05.ppt slide preso with a really basic assembly/etc intro (also explains gcc toolset/gas/etc)] |
* [[http://linuxfinances.info/info/assembler.html|Christopher Browne's assembly language resources]] * [[http://developer.apple.com/documentation/DeveloperTools/Reference/Assembler/index.html|Mac OS X Assembler Guide (Covers PowerPC instruction set/more)]] * [[http://www-2.cs.cmu.edu/afs/cs.cmu.edu/academic/class/15213-s01/lectures/class05.ppt|slide preso with a really basic assembly/etc intro (also explains gcc toolset/gas/etc)]] |
| Line 7: | Line 7: |
| ** [http://www.genedavis.com/library/assembly/beginner_assembly_ch1.html chapter 1] ** [http://www.genedavis.com/library/assembly/beginner_assembly_ch2.html chapter 2] * [http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc.html VM Instruction set (itself an assembler language basically)] * [http://www.xs4all.nl/~mpdeboer/scriptie/node14.html JVM Instruction Set from Compiling Pascal to Java] |
** [[http://www.genedavis.com/library/assembly/beginner_assembly_ch1.html|chapter 1]] ** [[http://www.genedavis.com/library/assembly/beginner_assembly_ch2.html|chapter 2]] * [[http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc.html|VM Instruction set (itself an assembler language basically)]] * [[http://www.xs4all.nl/~mpdeboer/scriptie/node14.html|JVM Instruction Set from Compiling Pascal to Java]] |
| Line 14: | Line 14: |
| * [http://ftp.gnu.org/gnu/binutils/ binutils including objdump which can disassemble native code (useful for seeing just how good/bad the code you generated is)] | * [[http://ftp.gnu.org/gnu/binutils/|binutils including objdump which can disassemble native code (useful for seeing just how good/bad the code you generated is)]] |
Assembly
Mac OS X Assembler Guide (Covers PowerPC instruction set/more)
slide preso with a really basic assembly/etc intro (also explains gcc toolset/gas/etc)
- Gene Davis's Real Geeks Assemble: Beginning Assembly Language (on PPC)