Using the BASIC Stamp Editor
Page 44
•
BASIC Stamp Programming Manual 2.0b
•
www.parallaxinc.com
memory you have used and how much remains. (You may also press the
space bar to cycle through similar maps of EEPROM program memory.)
Two important points to remember about this map are, 1) it only indicates
how your program will be downloaded to the BASIC Stamp; it does not
"read" the BASIC Stamp's memory, and 2) fixed variables like B3 and W1
and any aliases do not show up on the memory map as memory used. The
editor ignores fixed variables when it arranges automatically allocated
variables in memory. Remember, fixed and allocated variables can
overlap.
The following tables list the available keyboard shortcuts within the
BASIC Stamp Windows Editor.
File Functions
Shortcut Key
Function
Alt+L
Open a source code file into the Editor window.
Alt+S
Save current source code file to disk.
Alt+Q
Close the editor.
Editing Functions
Shortcut Key
Function
Alt+X
Cut selected text to the clipboard.
Alt+C
Copy selected text to the clipboard.
Alt+V
Paste text from clipboard to selected area.
Alt+F
Find or Replace text.
Alt+N
Find text again.
Coding Functions
Shortcut Key(s)
Function
Alt+0..7
Set Program Slot # to download to. (not supported on the BS1
or BS 2)
Alt+I
Identify BASIC Stamp firmware. (not supported on the BS1)
Alt+M
Open Memory Map window. (not supported on the BS1)
Alt+R
Tokenize code, download to the BASIC Stamp and open
Debug window if necessary.
Alt+P
Open the potentiometer calibration window. (only supported
on the BS1)
Table 3.6: Shortcut Keys for File
Functions (DOS editor).
Table 3.8: Shortcut Keys for Coding
Functions (DOS editor).
Table 3.7: Shortcut Keys for Editing
Functions (DOS editor).
Содержание BASIC Stamp 1
Страница 1: ...BASIC Stamp Programming Manual Version 2 0c...
Страница 30: ...Introduction to the BASIC Stamps Page 28 BASIC Stamp Programming Manual 2 0b www parallaxinc com...
Страница 34: ...Quick Start Guide Page 32 BASIC Stamp Programming Manual 2 0b www parallaxinc com...
Страница 90: ...BUTTON BASIC Stamp Command Reference Page 88 BASIC Stamp Programming Manual 2 0b www parallaxinc com...
Страница 118: ...END BASIC Stamp Command Reference Page 116 BASIC Stamp Programming Manual 2 0b www parallaxinc com...
Страница 128: ...FREQOUT BASIC Stamp Command Reference Page 126 BASIC Stamp Programming Manual 2 0b www parallaxinc com...
Страница 196: ...NAP BASIC Stamp Command Reference Page 194 BASIC Stamp Programming Manual 2 0b www parallaxinc com...
Страница 206: ...OWIN BASIC Stamp Command Reference Page 204 BASIC Stamp Programming Manual 2 0b www parallaxinc com...
Страница 214: ...OWOUT BASIC Stamp Command Reference Page 212 BASIC Stamp Programming Manual 2 0b www parallaxinc com...
Страница 216: ...PAUSE BASIC Stamp Command Reference Page 214 BASIC Stamp Programming Manual 2 0b www parallaxinc com...
Страница 226: ...POLLMODE BASIC Stamp Command Reference Page 224 BASIC Stamp Programming Manual 2 0b www parallaxinc com...
Страница 232: ...POLLOUT BASIC Stamp Command Reference Page 230 BASIC Stamp Programming Manual 2 0b www parallaxinc com...
Страница 236: ...POLLRUN BASIC Stamp Command Reference Page 234 BASIC Stamp Programming Manual 2 0b www parallaxinc com...
Страница 240: ...POLLWAIT BASIC Stamp Command Reference Page 238 BASIC Stamp Programming Manual 2 0b www parallaxinc com...
Страница 262: ...RCTIME BASIC Stamp Command Reference Page 260 BASIC Stamp Programming Manual 2 0b www parallaxinc com...
Страница 274: ...RUN BASIC Stamp Command Reference Page 272 BASIC Stamp Programming Manual 2 0b www parallaxinc com...
Страница 310: ...SEROUT BASIC Stamp Command Reference Page 308 BASIC Stamp Programming Manual 2 0b www parallaxinc com...
Страница 324: ...STOP BASIC Stamp Command Reference Page 322 BASIC Stamp Programming Manual 2 0b www parallaxinc com...
Страница 340: ...ASCII Chart Page 338 BASIC Stamp Programming Manual 2 0b www parallaxinc com...
Страница 342: ...Reserved Words Page 340 BASIC Stamp Programming Manual 2 0b www parallaxinc com...
Страница 346: ...Conversion Formatters Page 344 BASIC Stamp Programming Manual 2 0b www parallaxinc com...