Re: A83: link
[Prev][Next][Index][Thread]
Re: A83: link
In a message dated 99-05-16 16:16:51 EDT, you write:
> > They are the the commands to manipulate the link port. By using "in
> > a,(BPORT)" you are sending the value of "a" out the port regardless of
> > wether anything is connected or prepared to recieve it. "out (BPORT),a"
> > takes the current value that was brought in through the port and stores
> > it "a".
>
> The other way around. =)
>
> Linus
heh, yeah I noticed that too, cuz it didnt sound right, but I didnt want to
say anything since i hadnt work with the ports in depth, but I guess i should
know since it is used in direct input all the time, but i never really
stopped to think what was going on... =P
Jason_K