embedded systems developers tools, cross compilers
  Home  |   SwiftX Archive  |   SwiftForth Archive  |

GO for Debug + App

From: Bulgrien, Dennis <Dennis.Bulgrien_at_TripointGlobal.com>
Date: Fri, 19 Apr 2002 10:45:46 -0500

By default--

: GO ( -- ) DEBUG-LOOP ;

Could the live GO check a flag, ?XTL ( -- flag ) DIPSWITCH @ for instance,
and either run the talker debug loop or the app?

: GO ( -- ) ?XTL IF DEBUG-LOOP ELSE APP-LOOP THEN ABORT ;

?XTL IF ACK STOP ... is what was done before. If I can use this new GO,
then I can replace my platform's small talker target.bin on the board's
flash with my app's target.bin and get both my app and the interactive
talker (one or the other of course).
----------------------------------------------------------------------
swiftx_at_forth.com The SwiftX programming discussion email list
To unsubscribe, send subject "unsubscribe swiftx" to listar_at_forth.com
For help with listar commands, send subject "help" to listar_at_forth.com
Archives are located at http://www.forth.com/swiftx -- check them out!
----------------------------------------------------------------------
THIS LIST IS NOT FOR BUG REPORTS! Send bug reports to support_at_forth.com.
Received on Fri Apr 19 2002 - 08:47:05 PDT

This archive was generated by hypermail 2.2.0 : Wed Jan 07 2009 - 03:04:24 PST