Draft Documentation

A private (members-only) forum for discussing all issues related to the Beta test of Native mode devices.
Locked
dkinzer
Site Admin
Posts: 3120
Joined: 03 September 2005, 13:53 PM
Location: Portland, OR

Draft Documentation

Post by dkinzer »

Although they will be included in the installer (when it is available), you can get advance draft copies of the ZBasic Reference and System Library manuals using the links below. Some of the changes in the documentation apply to both VM and native mode devices while others are germane to native devices only.

The following new sections may be of particular interest in the Language Reference Manual:
  • Section 3.16: Using Conditionals in Project and Argument Files
  • Section 3.20: Using Default Parameter Values In Subroutines...
  • Section 3.23: Based Procedures
  • Chapter 4: Special Considerations for Native Mode Devices
  • Section 7.3.1: Controlling Warnings
In the System Library Manual, the sub-section on Interrupt Service Routines in the Resource Usage section may be interesting as may the new System Library routines:
  • EnableInt()
    DisableInt()
    NoOp()
    System.HeapHeadRoom()
    System.TaskHeadRoom()
    UpdateRTC()
    Yield()
Language Reference (HTML and PDF)
http://www.zbasic.net/doc/ZBasicRef_2-2-0.zip

Language Reference (PDF only)
http://www.zbasic.net/doc/ZBasicRef_2-2-0_PDF.zip

System Library (HTML and PDF)
http://www.zbasic.net/doc/ZBasicSysLib_2-2-0.zip

System Library (PDF only)
http://www.zbasic.net/doc/ZBasicSysLib_ ... F.zip[list][/list]
- Don Kinzer
Locked