Basic -DEMO Mode - call PEEK message

Questions about the BASICtools and MakeItC
Post Reply
olzeke51
Posts: 414
Joined: Sat May 17, 2014 4:22 pm
Location: South Carolina

Basic -DEMO Mode - call PEEK message

Post by olzeke51 »

Setup: no usb, therefore it defaults to DEMO
Load a program - no errors
when I run the program that accesses some of the LPC812 registers I get some extra messages :

Executing on the PC...
0
call PEEK( 40024000 ) <----extra
call PEEK( 40024000 ) <----extra
40024000
value out of range
40024000


... Finished on the PC in 0 ms
-----------------------
they don't show up when I start over with the usb connected and it flashes the program:

Executing...

0
10000fe0
value out of range
10000fe0


... Finished in 1 ms
------------------------------
Attachments
ACMP03.bas
for LPC812 eval
(6.26 KiB) Downloaded 507 times



basicchip
Posts: 1090
Joined: Fri Oct 19, 2012 2:39 am
Location: Weeki Watchee, FL
Contact:

Re: Basic -DEMO Mode - call PEEK message

Post by basicchip »

The demo is never going to do a full emulation of the hardware, that is not its intention. It is really to verify compiler syntax.

Post Reply