Module Name: src Committed By: jmmv Date: Sat Nov 12 01:18:41 UTC 2011
Modified Files: src/share/examples: Makefile Added Files: src/share/examples/asm: Makefile Makefile.inc.inst README src/share/examples/asm/hello: Makefile Makefile.inst powerpc.s Log Message: Add assembly language examples in a new 'asm' subdirectory. At the moment this only provides an example for a "Hello world" program for powerpc. (Bear with me: this is my very first assembly program in powerpc; if you find anything stupid in the code, please fix it!) To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/share/examples/Makefile cvs rdiff -u -r0 -r1.1 src/share/examples/asm/Makefile \ src/share/examples/asm/Makefile.inc.inst src/share/examples/asm/README cvs rdiff -u -r0 -r1.1 src/share/examples/asm/hello/Makefile \ src/share/examples/asm/hello/Makefile.inst \ src/share/examples/asm/hello/powerpc.s Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.