annotate level2/sys/modpatch.hp @ 410:9ed77eeace37
All floppy disk descriptor modules now made with dx.asm and different targets
specified in Makefile.
Changed $07 to HW.Page in several descriptors
author |
boisy |
date |
Wed, 04 Sep 2002 16:47:13 +0000 |
parents |
7183076e2b49 |
children |
9d87469f1f17 |
rev |
line source |
334
|
1 @MODPATCH
|
|
2 Syntax: Modpatch <filename> [opts]
|
|
3 Usage : patch a module in memory from command file
|
|
4 Opts : -s = silent mode
|
|
5 -w = suppress warnings
|
|
6 -c = compare module only, do not change
|
|
7 -? = receive help
|
|
8 Cmds : L modname = link to module
|
|
9 C off obyte nbyte = change obyte at off(set) to nbyte
|
|
10 V = verify module
|
|
11 M = mask IRQs
|
|
12 U = unmask IRQs
|