Re: A82: Custom 82p File Designer...


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

Re: A82: Custom 82p File Designer...



So  by using your program i can save 1 sec when i compile my asm programs
? This is really great news, especially when you take into account the
time it will take to download your program :).

Another solution to the problem is to justmake your own header. Ash uses
three bytes, and if you change these bytes to something else Ashwont show
the vars. The normal header is D9 00 30, just change one byte and it
wont show upin the menu. so unless you have to make this kinds of files
all the time just changing one byte usinga hex editor mightbe easier.

Dines 

_______________________________________

Dines Justesen
Email: dines@post1.com or
       c958362@student.dtu.dk
WWW  : http://www.gbar.dtu.dk/~c958362/
_______________________________________

On Sun, 2 Nov 1997, Thomas J. Hruska wrote:

> PRGM82 and ASM82 make 82p files for shells.  I needed a program that would
> allow me to create modular add-on levels without having them appear in the
> program menu of any 82 shell.  So, I came up with a UNIVERSAL solution to
> this problem.  CUSTOM.EXE solves every problem of going from an object file
> (*.obj) to an 82p file.  Not to mention, this program runs 100 times faster
> than PRGM82 and ASM82 put together.  It will create a header, main program,
> and checksum in about 1/4 of a second for a 65K file (MUCH faster for
> smaller files).  It is also highly informational, using plain english when
> a problem arises.
> 
> I would've attached the zipfile, but it took 14K of space.  So, to download
> it, just go to <http://shinelight.home.ml.org/> and visit the What's New
> section.
> 
> 
> 


References: