Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/29/99 18:02
Read: times


 
#1021 - RE: Flags
'Flag' is a generic term usually for a specific bit--though sometimes for an entire byte, or even a variable--whose value indicates something specific.

It could be that a process in taking place that needs to finish before anything else can be done, (like reading from a disk drive, for example), or indicating things such as that the last operation resulted in a 'carry,' such as when you add 2 to a byte that already equals 255. In that case the byte would equal 1, and the carry flag would be True, (=1).

List of 3 messages in thread
TopicAuthorDate
Flags            01/01/70 00:00      
RE: Flags            01/01/70 00:00      
RE: Flags            01/01/70 00:00      

Back to Subject List