Re: A86: Tokens


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

Re: A86: Tokens




Trey Jazz wrote:

> how can you make a basic program? would you have to compile a table of data
> which has all character codes?
>
> like
>
> data:
>  .db $8E,$29,$xx...

  No, data like this:

data:
.db $8e,$29
.db "If x==12",$d9
.db "Goto Frank",$d9


References: