Forum

aadhoc4370
@aadhoc4370
Eminent Member
Joined: Jan 13, 2026
Last seen: Feb 19, 2026
Topics: 7 / Replies: 14
Reply
RE: Register Variables?

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 ...

3 months ago
Reply
RE: Failing a test?

@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...

3 months ago
Topic
Replies: 1
Views: 41
Reply
RE: BTNPR, BTNWT, WHILE, BRKLOOP, DOUNTIL, JMP ?

Great! Those looping constructs are nice, intuitive and consistent.

3 months ago
Reply
RE: Failing a test?

@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...

3 months ago
Reply
RE: Register Variables?

@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...

3 months ago
Topic
Reply
RE: Failing a test?

@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...

3 months ago
Topic
Replies: 1
Views: 32
Reply
RE: Failing a test?

@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...

3 months ago
Topic
Replies: 4
Views: 64
Reply
RE: Failing a test?

Oh, and I can still do your ENDTEST trick inside a function? ...and the test ends immediately?

3 months ago
Reply
RE: Failing a test?

@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...

3 months ago
Reply
RE: Failing a test?

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...

3 months ago
Topic
3 months ago
Replies: 15
Views: 68
Page 1 / 2