[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: can someone please help with this.



On Monday, December 3, 2012 6:13:13 PM UTC-6, Michael Hardy wrote:
> On Monday, 3 December 2012 17:16:06 UTC-6, Steve Nickolas  wrote:
> 
> > On Mon, 3 Dec 2012, Michael Hardy wrote:
> 
> > 
> 
> > 
> 
> > 
> 
> > > Hi when I do HGR then Bload blackjack.ml then type list I get 35916 LLB
> 
> > 
> 
> > > any idea's what this is?
> 
> > 
> 
> > >
> 
> > 
> 
> > > Thank you in advance :)
> 
> > 
> 
> > >
> 
> > 
> 
> > 
> 
> > 
> 
> > Prolly loaded on top of BASIC program space.  You don't LIST a binary 
> 
> > 
> 
> > file.
> 
> > 
> 
> > 
> 
> > 
> 
> > -uso.
> 
> 
> 
> thank you so much for you're answer. How do I load  a binary to get the code or to see the contents? :)
> 
> 
> 
> Thanks in advance :)

You can do this in one of two ways.  If you want to do cross-development with more modern tools then extract the file from the image (e.g. use ciderpress or similar tools) and then you will have flat files to work with using a hex editor.  If you want to do it on the apple side, you should read up on DOS commands (especially BLOAD) and also how to use the monitor to look at memory in the various books that cover that way more thoroughly than I care to in a usenet post.  There's a lot of information out there if you know where to look for it.

Handy references:
Apple II Reference Manual: http://www.1000bit.it/support/manuali/download.asp?id=558

Apple II Basic Programming Manual: http://www.1000bit.it/support/manuali/download.asp?id=533

Apple II Monitor Peeled: http://www.1000bit.it/support/manuali/download.asp?id=774