Forum

NIVBOT
@nivbot
Admin
Member
Joined: Sep 7, 2025
Last seen: Aug 1, 2026
Topics: 11 / Replies: 91
Reply
RE: Update 1.0.2 Is now live!

You can download STCMCubeProgrammer. It's easier to use. After you install it and run it. Hold the Boot0 button on Vetus Pars and turn the unit on. Th...

6 months ago
Forum
Reply
RE: Failing a test?

@aadhoc4370 I wouldn't throw the chip away immediately. Tests aren't foolproof. Even the best scientific tests have an error threshold. I'm not intell...

6 months ago
Reply
RE: Documentation samples

I'm going to go over the docs in the next few days and make sure they are all correct. I'm also going to make a few videos.

6 months ago
Reply
RE: Register Variables?

That REGLOD would store 1 in register 5 and yes 4 and 5 are equivalent.

6 months ago
Reply
RE: Allow missing 0x0?

I think I have everything set up that it shouldn't be too difficult. I should be able to add the other functions to the FUNC process but I need to lok...

6 months ago
Reply
RE: Register Variables?

It will automatically use it as needed. So if you declare a register variable like DIM VAR1 #R0. it you can use VAR1 anywhere to replace a register wh...

6 months ago
Reply
RE: Failing a test?

@aadhoc4370 The main function doesn't really need to care about whether the test ends right away or in some function or whatever. Once the test ends a...

6 months ago
Reply
RE: BTNPR, BTNWT, WHILE, BRKLOOP, DOUNTIL, JMP ?

this weren't documented? Oversight. I'll add them as soon as I have the time. BTNPR detects a button press.. either 1 2 or 3. Uhm because it is simpl...

6 months ago
Reply
RE: Shcematics?

Not at this time no. I realize it's not the most complex piece of hardware in the world and it can be worked out fairly easily with a little time but ...

6 months ago
Reply
RE: Failing a test?

@aadhoc4370 Ooooh inside of a function? You know, I didn't account for that but I think as long as you have your functions after the first ENDTEST it ...

6 months ago
Reply
RE: Failing a test?

@aadhoc4370 Update is ready.

6 months ago
Topic
Forum
Replies: 5
Views: 337
Reply
RE: Failing a test?

Oh, there is no special return value from a func but there's no reason you can't use a register to output anything you want to From the function. Mayb...

6 months ago
Reply
RE: Failing a test?

@aadhoc4370 Oh yeah, everything works the same. the only difference is you can now make functions. The only reason to make it after ENDTEST was to hav...

6 months ago
Reply
RE: Failing a test?

Yeah, your preferred method is what I would use if I had a lot of them to test but sometimes I just like to see what's going on. I did various pattern...

6 months ago
Page 6 / 7