Questions and discussion about the ZBasic IDE.
mikep
Posts: 796 Joined: 24 September 2005, 15:54 PM
Post
by mikep » 28 November 2005, 11:51 AM
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 » 28 November 2005, 13:25 PM
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 » 29 November 2005, 22:53 PM
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 » 01 December 2005, 10:45 AM
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 » 04 December 2005, 23:31 PM
Continuing this thread, I also found Register.FaultData missing from ZBASIC.api.
Mike Perks