Re: A83: SOS Header


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

Re: A83: SOS Header




Opps, my mistake, the "jr z,start" should be "jr start" (unless you
want to run the "install" program just for fun...)

On 2001-01-13 01:58PM, Joe Wingbermuehle wrote:
> 
> 	xor	a
> 	jr	z,start
> 	.dw	0
> 	.dw	description
> start:
> 	ret
> description:
> 	.db	"Blah",0
> 
> On 2001-01-13 01:28PM, D Weiss wrote:
> > 
> > What is the SOS header for no libraries?
> > _________________________________________________________________
> > Get your FREE download of MSN Explorer at http://explorer.msn.com
> > 
> > 
> --
> Joe Wingbermuehle
> http://joewing.calc.org
> Basic is a high level languish.  APL is a high level anguish.
> 
--
Joe Wingbermuehle
http://joewing.calc.org
Time sharing: The use of many people by the computer.



References: