Missing ZBasic Registers from IDE

Questions and discussion about the ZBasic IDE.
Post Reply
mikep
Posts: 796
Joined: 24 September 2005, 15:54 PM

Missing ZBasic Registers from IDE

Post by mikep »

The following two ZBasic registers are missing for auto-completion:
  • Register.FaultType
    Register.SignOn
These need to be added to the zbasic.api file.

Mike
http://home.austin.rr.com/perks/micros/
Last edited by mikep on 04 December 2005, 14:38 PM, edited 1 time in total.
dkinzer
Site Admin
Posts: 3120
Joined: 03 September 2005, 13:53 PM
Location: Portland, OR

Post by dkinzer »

Thanks for pointing that out. I've attached an updated zbasic.api file to a sticky post.
- Don Kinzer
mikep
Posts: 796
Joined: 24 September 2005, 15:54 PM

Post by mikep »

I also have noticed that the bx constants such as bxPinLow are present but the zx equivalents (as documented for WaitforInterrupt etc) are not present in the zbasic.api file.

Mike
http://home.austin.rr.com/perks/micros/
Last edited by mikep on 04 December 2005, 14:37 PM, edited 1 time in total.
dkinzer
Site Admin
Posts: 3120
Joined: 03 September 2005, 13:53 PM
Location: Portland, OR

Post by dkinzer »

Thanks again. There is a new updated attachment to the sticky post in this forum.
- Don Kinzer
mikep
Posts: 796
Joined: 24 September 2005, 15:54 PM

Post by mikep »

Continuing this thread, I also found Register.FaultData missing from ZBASIC.api.
Mike Perks
Post Reply