Mercurial > hg > Members > kono > nitros9-code
changeset 459:3e3f1f79ba00
Sources now use 'fill' pseudo-op to fill out for L2 modules
author | boisy |
---|---|
date | Thu, 26 Sep 2002 15:25:14 +0000 |
parents | aac20055f8ad |
children | 255b5bab1b72 |
files | 3rdparty/booters/boot_burke.asm 3rdparty/booters/boot_ide.asm 3rdparty/booters/boot_rampak.asm 3rdparty/booters/boot_rom.asm 3rdparty/booters/boot_scsi.asm 3rdparty/booters/boot_wd1002.asm |
diffstat | 6 files changed, 6 insertions(+), 58 deletions(-) [+] |
line wrap: on
line diff
--- a/3rdparty/booters/boot_burke.asm Thu Sep 26 13:14:35 2002 +0000 +++ b/3rdparty/booters/boot_burke.asm Thu Sep 26 15:25:14 2002 +0000 @@ -323,8 +323,7 @@ lda >$FF50 Yes, get byte and return rts Padding to get $1D0 Size * Pad to $1d0 bytes exactly - rts -* fcc /0/ +Pad fill $39,$1D0-3-* emod eom equ *
--- a/3rdparty/booters/boot_ide.asm Thu Sep 26 13:14:35 2002 +0000 +++ b/3rdparty/booters/boot_ide.asm Thu Sep 26 15:25:14 2002 +0000 @@ -204,25 +204,7 @@ puls d,y,pc ifeq Level-2 - fcb 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 - fcb 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 - fcb 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 - fcb 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 - fcb 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 - fcb 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 - fcb 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 - fcb 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 - fcb 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 - fcb 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 - fcb 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 - fcb 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 - fcb 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 - fcb 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 - fcb 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 - fcb 0,1,2,3,4,5,6,7 - ifeq NitrOS9 - fcb 0,1,2,3,4,5,6,7 - endc +Pad fill $39,$1D0-3-* endc
--- a/3rdparty/booters/boot_rampak.asm Thu Sep 26 13:14:35 2002 +0000 +++ b/3rdparty/booters/boot_rampak.asm Thu Sep 26 15:25:14 2002 +0000 @@ -122,25 +122,7 @@ puls d,x,y,pc restore registers and return ifgt Level-1 - fcc / JABBERWOCKY. / - fcb C$CR - fcc /'Twas brillig, and the slithy toves/ - fcb C$CR - fcc / Did gyre and gimble in the wabe:/ - fcb C$CR - fcc /All mimsy were the borogroves,/ - fcb C$CR - fcc / And the mome raths outgrabe./ - fcb C$CR - fcb C$CR - fcc /"Beware the Jabberwock, my son!/ - fcb C$CR - fcc / The jaws that bite, the claws that catch!/ - fcb C$CR - fcc /Beware the Jubjub bird, and shun/ - fcb C$CR - fcc / The frumious Bandersnatch"/ - fcb C$CR +Pad fill $39,$1D0-6-* endc Address fdb $FF40 address of the device to boot from
--- a/3rdparty/booters/boot_rom.asm Thu Sep 26 13:14:35 2002 +0000 +++ b/3rdparty/booters/boot_rom.asm Thu Sep 26 15:25:14 2002 +0000 @@ -146,13 +146,7 @@ RelCodeL equ *-RelCode * Fillers to get to $1D0 - fcc /99999999999999999999999999999999999999999999999999/ -* fcc /99999999999999999999999999999999999999999999999999/ -* fcc /99999999999999999999999999999999999999999999999999/ - fcc /99999999999999999999999999999999999999999999999999/ - fcc /99999999999999999999999999999999999999999999999999/ - fcc /99999999999999999999999999999999999999999999999999/ - fcc /999999999999999999999999999999999999999999999999999/ +Pad fill $39,$1D0-3-* emod eom equ *
--- a/3rdparty/booters/boot_scsi.asm Thu Sep 26 13:14:35 2002 +0000 +++ b/3rdparty/booters/boot_scsi.asm Thu Sep 26 15:25:14 2002 +0000 @@ -307,15 +307,7 @@ ifgt Level-1 * Fillers to get to $1D0 - fcc /9999999999/ - fcc /9999999999/ - fcc /9999999999/ - fcc /9999999999/ - fcc /9999999999/ - fcc /9999999999/ - fcc /9999999999/ - fcc /9999999999/ - fcc /99999999/ +Pad fill $39,$1D0-3-* endc emod
--- a/3rdparty/booters/boot_wd1002.asm Thu Sep 26 13:14:35 2002 +0000 +++ b/3rdparty/booters/boot_wd1002.asm Thu Sep 26 15:25:14 2002 +0000 @@ -326,8 +326,7 @@ rts * pad Boot module out to $01D0 exactly - fcb $39,$39,$39,$39,$39,$39,$39,$39 - fcb $39,$39,$39,$39,$39,$39,$39,$39 +Pad fill $39,$1D0-3-* emod BEnd equ *