Home | History | Annotate | only in /src/share/examples/asm
Up to higher level directory
NameDateSize
hello/07-Mar-2023
Makefile12-Nov-2011286
Makefile.inc.inst12-Nov-2011705
README27-Nov-2011534

README

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