??? 05/12/04 15:07 Read: times |
#70241 - Understanding your code Responding to: ???'s previous message |
Here is what i understand correct if iam wrong please;
1) About assigning names to bits ; some global variables BITS_STATUS EQU 0x20 ; bits` process statuses what does 0x20 means ? means 20H the location in bitwise area? |