manual:appendix:menus

This is an old revision of the document!


Each system menu in newRPL is associated to a numerical ID which, expressed in hexadecimal, is formatted as #LLLMMPPPh where:

  • LLL is the library number associated to that menu;
  • MM is the menu number within the library;
  • NNN is the index number of the first entry to display in the current page.

Any menu can be readily displayed on the active menu area using the TMENU command.

The following tables list all system menus ordered by ID and by keyboard access: usually there is only one sequence of keys to access to a particular menu, but in a few cases the same menu can be accessed in more than one way.


ID Keyboard access
#00040000h MAIN / Vars
#00080000h MAIN / System / Libs
#00800000h MAIN / Prog / Debug
#00801000h MAIN / Prog / Error
#00900000h MAIN / Prog / Flow
#01400000h MAIN / Prog / Comments
#01800000h MAIN / Prog / Text
#01C00000h MAIN / Prog / Global
#01E00000h MAIN / Prog / Cplx
#02000000h MAIN / Prog / Local
#03000000h MAIN / Prog / Angles
MAIN / Math / Trans / Trig / Angles
#03400000h MAIN / Prog / Matrix
#03401000h MAIN / Math / Matrix
#03600000h MAIN / Units
#03601000h MAIN / Units / Tools
#03602000h MAIN / Units / Length
#03603000h MAIN / Units / Area
#03604000h MAIN / Units / Vol
#03605000h MAIN / Units / Time
#03606000h MAIN / Units / Speed
#03607000h MAIN / Units / Mass
#03608000h MAIN / Units / Force
#03609000h MAIN / Units / Energy
#0360A000h MAIN / Units / Power
#0360B000h MAIN / Units / Press
#0360C000h MAIN / Units / Temp
#0360D000h MAIN / Units / Elec
#0360E000h MAIN / Units / Angle
#0360F000h MAIN / Units / Light
#03610000h MAIN / Units / Rad
#03611000h MAIN / Units / Visc
#03612000h MAIN / Units / Accel
#03613000h MAIN / Units / Chem
#03614000h MAIN / Units / Info
#03800000h MAIN / Symb / Rules
#03E00000h MAIN / Prog / List
#03E01000h MAIN / Math / List
#04000000h MAIN / Math / Arith
MAIN / Prog / Real
#04001000h MAIN / Math / Arith / Real
#04002000h MAIN / Math / Arith / Integer
#04003000h MAIN / Math / Arith / Modulo
#04004000h MAIN / Math / Arith / Polynomial
#04005000h MAIN / Math / Arith / PolyFCN
#04100000h MAIN / System / Time
#04101000h MAIN / System / Mem
#04102000h MAIN / System / Alarm
MAIN / System / Time / Alarm
#04103000h MAIN / System / Others
#04200000h MAIN / Math / Trans
#04201000h MAIN / Math / Trans / Trig
#04202000h MAIN / Math / Trans / Hyp
#04203000h MAIN / Math / Trans / Log
#04402000h MAIN
#04403000h MAIN / Prog
#04404000h MAIN / Math
#04405000h MAIN / Symb
#04406000h MAIN / System
#04407000h MAIN / Prog / Flag
#04408000h MAIN / Prog / Menu
MAIN / System / Menu
#0440A000h MAIN / System / Settings
#0440B000h MAIN / System / Settings / Flags
#0440C000h MAIN / System / Keys
#04600000h MAIN / Math / Base
MAIN / Prog / Base
#04800000h MAIN / Prog / Stack
#04A00000h MAIN / System / SDCard
#04C01000h MAIN / Prog / Clip
MAIN / System / Clip
#04D00000h MAIN / Prog / Binary
#04E00000h MAIN / System / Fonts
#06000000h MAIN / Prog / Comp
#06200000h MAIN / Math / Stats
#06201000h MAIN / Math / Stats / Random
#06400000h MAIN / System / USB
#06600000h MAIN / Prog / Lib
MAIN / System / Lib
#06800000h MAIN / Math / Solve
#06801000h MAIN / Math / Solve / Finan
#FF100000h MAIN / Prog / Tag

  • manual/appendix/menus.1634036115.txt.gz
  • Last modified: 2021/10/12 03:55
  • by jojo1973