Re: A86: Where's the RAM Table?


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

Re: A86: Where's the RAM Table?




> I was flipping through the ti info about variables on their asm page. Using
my
> memory viewer I flipped to RAM page 1 at a few bytes after $8000 . I saw
some
> program entries (like ti described them) $12 (for program) followed my
length
> of name followed by name. I then used my memedit to change the $12 to $0C (I
> wanted to make it a string). But It didn't work, it just changed back to a
$12
> .. What's up with that? I'm just starting out asm programming and I heard
> something about a RAM table ..? Any way, if you know why this isn't working,
> please reply.

Try around $BE00 on page 7. The stuff on page 1 is used for storage. Changing
anything on it will not affect anything. (By the way, it's called the VAT.)