Was wondering what this is about.
b:boolean; by:byte; ---
b := (by and 6 = 6);
---
I have it in two places in my com routines that I am tring to
convert to asm and don't really know how it goes about evaluating
this experssion. So, don't know if I can convert it.
I saw in the help file. If by = 6 then it's true/ if by <> 6 then
it is false and via versa, but what does = 6 at the end of it
play.
I understand this. b := (by and 6), but don't understand b:=(by
and 6 = 6);
Bye <=-
do you understand this? b:= (by = 6)
b:=(by and 6 = 6); means the same as b:=((by and 6) = 6);
does that help ?
Sysop: | digital man |
---|---|
Location: | Riverside County, California |
Users: | 1,029 |
Nodes: | 17 (0 / 17) |
Uptime: | 192:53:01 |
Calls: | 503,710 |
Calls today: | 13 |
Files: | 158,959 |
D/L today: |
20,982 files (5,316M bytes) |
Messages: | 444,580 |
Posted today: | 5 |