English Amiga Board


Go Back   English Amiga Board > Coders > Coders. General

 
 
Thread Tools
Old 07 May 2006, 00:55   #1
redblade
Zone Friend
 
redblade's Avatar
 
Join Date: Mar 2004
Location: Middle Earth
Age: 40
Posts: 2,130
XCopy2 No virus Bootblock.

Hi guys I'm having trouble dissassembling the xcopy bootblock.

I've uploaded what I've done so far to the zone.

What I'm trying to do is get it to run on AGA as a exe instead of a boot block.

I'm mainly having trouble trying to find how much memory needs to be allocated by using blk.b in the source.

I realise that you can't use blk.b on the boot block because of the 1k-Dos-Checksum-Filesystem barrier.

I would like to know how big _BitMap is and also a bit more explanation with $7ee80, and how you calculated / figured it out.

Thanks, should take experts hopefully less then a minute to figure it out.
redblade is offline  
Old 07 May 2006, 16:43   #2
Galahad/FLT
Going nowhere
 
Galahad/FLT's Avatar
 
Join Date: Oct 2001
Location: United Kingdom
Age: 50
Posts: 9,020
I would assume that blk.b is the same as dcb.b

Copperlist = $7ee80
Bitmap, 2 colour, single plane = $7ef00
Standard lowres 2 colour single plane 320 wide, 256 height
End of chip ram on a standard 512k chip ram machine is $80000 so the bitmap cannot exceed that.

So $80000-$7ef00 = size of screen to allocate
Galahad/FLT is offline  
Old 07 May 2006, 17:20   #3
NOB
Zone Friend
 
Join Date: Aug 2005
Location: Germany
Age: 52
Posts: 424

blk.b is a Seka directive (IMHO seka/asmone only)
dcb.b is a Devpac(and other assemblers) directive.
NOB is offline  
Old 08 May 2006, 02:09   #4
redblade
Zone Friend
 
redblade's Avatar
 
Join Date: Mar 2004
Location: Middle Earth
Age: 40
Posts: 2,130
thanks for the help guys.

I'll try and rip into it again.

now to leeach aga.guide
redblade is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
bootblock mai support.Apps 7 25 September 2012 11:28
Coding a bootblock Yesideez Coders. General 15 23 May 2010 00:13
BootBlock Virus check on Zany Golf NfernalNfluence support.WinUAE 9 17 June 2009 09:47
Anyone like to help understanding this bootblock ??? Joe Maroni Coders. Tutorials 2 15 February 2007 17:33
Bootblock checksum -Rob- Coders. General 5 17 April 2006 15:49

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 08:01.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.09025 seconds with 13 queries