Posted on:
Device g16v8; /* Inputs */ PIN 16 = S; /* Set. Yes, I need to use an IO */ PIN 15 = R; /* Reset */ /* Output */ PIN 18 = Q; Q = !( S & !( !Q & !R)); -------- Mr. Bool says it works. ABEL 1.4 agre. Howto tell WINCUPL to do so? My documentation are stored in a disk crash back in the days if WIN 3.11. HM
Posted on:
Hi, I just had a look at your code and had no problems compiling it in WinCUPL (using virtual device) and it simulated in WinSIM. What was causing you problems?