xref: /netbsd-src/share/examples/asm/README (revision 052320efd55b8355e4fd81176f723f5bb0c4e861)
1*052320efSskrll$NetBSD: README,v 1.2 2011/11/27 09:07:11 skrll Exp $
2a5847cc3Sjmmv
3a5847cc3SjmmvThis directory contains example programs written in assembly language
4a5847cc3Sjmmvfor a variety of platforms.  They are intended to illustrate the
5a5847cc3Sjmmvspecific details of how to write assembly code on a given platform;
6*052320efSskrllthey are not supposed to teach assembly (although they might have this
7a5847cc3Sjmmvside-effect).
8a5847cc3Sjmmv
9a5847cc3SjmmvIf you want to build one of these example programs, you can "cp -rf"
10a5847cc3Sjmmvthe corresponding directory anywhere else where you have write
11a5847cc3Sjmmvpermissions and then issue a "make" within the directory.
12