Jump to content

HansWillemen

Level 1
  • Posts

    1
  • Joined

  • Last visited

About HansWillemen

HansWillemen's Achievements

0

Reputation

  1. I have this issue too on Mac. I can not yet reproduce when it does/does not happen. hex(and( not(BYTES + and(ADDR; 0x00FF) + (ADDR >>8) + and(DBIN0; 0x00FF) + (DBIN0 >>8) + and(DBIN1; 0x00FF) + (DBIN1 >>8) + and(DBIN2; 0x00FF) + (DBIN2 >>8) + and(DBIN3; 0x00FF) + (DBIN3 >>8) )+1; 0xFF )) hex(and( not( and(0x0000; 0x00FF) + (0x0000 >>8) + and(0x1A40; 0x00FF) + (0x1A40 >>8) + and(0x0040; 0x00FF) + (0x0040 >>8) + and(0x0000; 0x00FF) + (0x0000 >>8) )+1 ; 0xFF )) (this is copied as normal text (note the many >> characters) But when I copy only one of the 2 rows (happens with both) the >> are converted to > I cannot find anything that breaks the correct formatting.
×
×
  • Create New...