Changes between Version 4 and Version 5 of Ticket #10751, comment 9


Ignore:
Timestamp:
12/05/18 10:51:00 (5 years ago)
Author:
Vhati

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10751, comment 9

    v4 v5  
    114114Dunno what's up with the label "notUpd".
    115115Disassembly says that's an AND between "signal" and a literal 1.
    116 
     116\\
     117\\
    117118Which means this notifies the rope to call UpdateScreenItem().
     119{{{
    118120(rope2 signal: (| (rope2 signal?) $0001))
     121}}}
    119122
    120123That sets signal's 1 bit to satisfy the condition.