A83: Re: I am new
[Prev][Next][Index][Thread]
A83: Re: I am new
> Hi, I am new to assembly but I have been programming in a lot of languages and
> shouldn't have a problem with learning it. I started to learn asm for the 86
> but came over to the 83 because that is what I have. Could you guys give me a
> general over view of some easy stuff. Like how do I read and write to a
> register and how do I call things from tibasic? Thanks
registers are easy:
ld a,4 ; load acc with 4. (8-bit)
ld hl,450 ; load hl with 450 (8-bit)
ld bc,hl ; load bc with 450...
Calling Ti-BASIC...ah the dream of this community. A no-can-do. :(
James.