annotate 3rdparty/customboots/boisy/testnop.a @ 3210:6353bb024571

Created makefile and defsfile for NoCan RAMMER module driver and descriptor Updated rammer.asm in the NoCan driver folder to build the NoCan version of the Driver Updated r0.asm file to create the 6MB version of the descriptor. The makefile creates a disk image with two sets of the required drivers for the 6309 and 6809's in their respective module folders. /NITROS9/6309_L2/MODULES/RBF for the 6309 files and /NITROS9/6809_L2/MODULES/RBF for the 6809 files. This will make it easier for doing a dsave from this disk image into a normal distro disk image so people have these drivers ready for when new memory upgrades allow compatible usage of the NoCan registers.
author David Ladd <drencor-xeen@users.sourceforge.net>
date Wed, 20 Dec 2017 15:15:49 -0600
parents dac1ff96637f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2473
dac1ff96637f Updated
boisy
parents: 2427
diff changeset
1 psect test_a,$01,$81,$01,200,start
2427
69b4e5d37906 Updates
boisy
parents:
diff changeset
2
2473
dac1ff96637f Updated
boisy
parents: 2427
diff changeset
3 start orcc #IntMasks
dac1ff96637f Updated
boisy
parents: 2427
diff changeset
4 top nop
2427
69b4e5d37906 Updates
boisy
parents:
diff changeset
5 nop
69b4e5d37906 Updates
boisy
parents:
diff changeset
6 nop
69b4e5d37906 Updates
boisy
parents:
diff changeset
7 nop
69b4e5d37906 Updates
boisy
parents:
diff changeset
8 nop
69b4e5d37906 Updates
boisy
parents:
diff changeset
9 nop
69b4e5d37906 Updates
boisy
parents:
diff changeset
10 nop
69b4e5d37906 Updates
boisy
parents:
diff changeset
11 nop
69b4e5d37906 Updates
boisy
parents:
diff changeset
12 nop
69b4e5d37906 Updates
boisy
parents:
diff changeset
13 nop
69b4e5d37906 Updates
boisy
parents:
diff changeset
14 bra top
69b4e5d37906 Updates
boisy
parents:
diff changeset
15
69b4e5d37906 Updates
boisy
parents:
diff changeset
16 endsect