|
|
| Author |
Message |
dkinzer Site Admin
Joined: 03 Sep 2005
Posts: 2593
Location: Portland, OR
|
|
Posted: 03 April 2008, 20:54 PM Post subject: |
|
|
| dlh wrote: | | Does ZxCmdMode() work with both VM and native devices? | It does. However, the current release of the compiler does not handle it correctly for native mode devices (I believe you'll get an internal error). That problem has been corrected in the version currently being tested. |
|
| Back to top |
|
 |
dlh
Joined: 15 Dec 2006
Posts: 287
Location: ~Cincinnati
|
|
Posted: 10 April 2008, 12:52 PM Post subject: |
|
|
I think it would also be halpful if there were a standardized method for querying the ZX chip to ascertain the VM version - i.e Call SerialNumber(SerNum). Perhaps this could also be added to the "Hello world" program.
I'm trying to finalize standalone downloaders for Windows, Linux (and Intel OS-X, later) and I would like to incorporate this check.
Once my application is loaded, it reports the VM version but it would be nice to get it from a newly minted ZX-40a or ZX-40p. |
|
| Back to top |
|
 |
dkinzer Site Admin
Joined: 03 Sep 2005
Posts: 2593
Location: Portland, OR
|
|
Posted: 10 April 2008, 14:36 PM Post subject: |
|
|
| dlh wrote: | | it would be nice to get [the VM version number} from a newly minted ZX-40a or ZX-40p. | At startup, the firmware version number is displayed, e.g.:
| Code: | ZBasic v2.4.10
RAM Size is 65024 bytes
ZX1281n says...
Hello, world |
|
|
| Back to top |
|
 |
|