Index of /archives/NetBSD/NetBSD-release-9/src/share/examples/asm
Name Last modified Size Description
Parent Directory -
CVS/ 2024-02-15 03:51 -
Makefile 2011-11-12 10:18 286
Makefile.inc.inst 2011-11-12 10:18 705
README 2011-11-27 18:07 534
hello/ 2024-02-15 03:49 -
$NetBSD: README,v 1.2 2011/11/27 09:07:11 skrll Exp $
This directory contains example programs written in assembly language
for a variety of platforms. They are intended to illustrate the
specific details of how to write assembly code on a given platform;
they are not supposed to teach assembly (although they might have this
side-effect).
If you want to build one of these example programs, you can "cp -rf"
the corresponding directory anywhere else where you have write
permissions and then issue a "make" within the directory.