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