Last seen: Feb 19, 2026
A "rock-solid" explanation is needed for the documentation.```DIM MYREG #R5REGLOD MYREG 0x1 0x0 /* same as: REGLOD 0x5 0x1 0x0 */REGLOD 0x5 0x1 0x0 ...
@nivbot I'm pointing out that the success/fail result is what matters most. Leave that END TEST screen alone since there will be hundreds of test sc...
Great! Those looping constructs are nice, intuitive and consistent.
@nivbot I'm not sure you should change the END TEST screen.Red/Green is fine with text as you have it.Seriously, I would leave it alone.Those are stan...
@nivbotNice that the variable can be both #R10 and 0xa depending on context.Going back and forth with my preprocessing got kinda ugly.Oh hey, what doe...
@nivbot Oh, I noticed this in the scripting docs page:```ENDTEST 0x1 0x0 0x0```Is that a real standard or an old standard?We've been talking about u...
@nivbot I like the opportunity to put the ENDTEST inside functions, but the tradeoff is going to be the main logic (and its readability) must expect t...
Oh, and I can still do your ENDTEST trick inside a function? ...and the test ends immediately?
@nivbot The functions idea sounds very helpful !!Q: Are registers the mechanism for passing values into a FUNC?Q: A register can be used to return a v...
Ultimately my question is about best practice for failing a test script.I was working with your 4164 and 74LS08 scripts, and they handle errors differ...