Search found 2 matches

by emad
Mon Apr 02, 2007 1:21 am
Forum: Flowcode V2 & V3
Topic: OR operator not working? [resolved]
Replies: 5
Views: 5246

HELLO Camusensei
If you mean that the variable touche has a value between 0 & 5 then the next code will work fine

IF ( touche >= 0 ) && ( touche <= 5 )
by emad
Sat Oct 29, 2005 3:49 pm
Forum: Flowcode V2 & V3
Topic: How to shift left or right between 2 regestirs
Replies: 0
Views: 5386

How to shift left or right between 2 regestirs

Hello Ian

How I can make shifting between 2 or 3 regestirs, For examble if I have A and B regestirs A has value of 255 and B has 170 so how to make bit by bit shift until we reach that the value in B becomes in A.

Thank You
Emad