Home | History | Annotate | Line # | Download | only in asm
README revision 1.2.4.2
      1  1.2.4.2  yamt $NetBSD: README,v 1.2.4.2 2012/04/17 00:05:44 yamt Exp $
      2  1.2.4.2  yamt 
      3  1.2.4.2  yamt This directory contains example programs written in assembly language
      4  1.2.4.2  yamt for a variety of platforms.  They are intended to illustrate the
      5  1.2.4.2  yamt specific details of how to write assembly code on a given platform;
      6  1.2.4.2  yamt they are not supposed to teach assembly (although they might have this
      7  1.2.4.2  yamt side-effect).
      8  1.2.4.2  yamt 
      9  1.2.4.2  yamt If you want to build one of these example programs, you can "cp -rf"
     10  1.2.4.2  yamt the corresponding directory anywhere else where you have write
     11  1.2.4.2  yamt permissions and then issue a "make" within the directory.
     12