Changes between Initial Version and Version 1 of Ticket #1801, comment 3


Ignore:
Timestamp:
04/27/22 06:56:36 (2 years ago)
Author:
evhan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1801, comment 3

    initial v1  
    11> Perhaps C5 changed some port internals?
    22
    3 It did, the direction slot changed from a boolean to a bitmap.
     3It did, the direction slot changed from a boolean to a bitmask.
    44
    55For code that is rummaging around inside a port's internals, if you want to know whether a port is open for input, you can check the first slot of the port for {{0x1}} (or {{0x2}} for output).