Re: A82: Help Please


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

Re: A82: Help Please




In a message dated 98-01-15 18:41:54 EST, you write:

> So you are gonna try Drug Wars? or is this a different game, just 
>  curious...
>  anyway do this:
>   ld a,2000
>   ld (default),a
>  
>  
>  *presto*
>  you now have default loaded with 2000

actually, 2000 is way too large for 'a' to hold.  to load default with 2000
you will need to allocate 2 bytes for default and use any 16-bit register to
load it with 2000

~Adamman


Follow-Ups: