# This is the module register Monitor Mode 0x8144 variable MonitorMode 0 proc GetMonitorMode {} { variable MonitorMode set MonitorMode [ReadRegister MonitorMode] } proc SetMonitorMode {} { variable MonitorMode WriteRegister MonitorMode $MonitorMode } proc DrawMonitorMode {} { set html "" append html "

" append html "" append html "" append html "" append html "" append html "" append html "
Monitor Mode" append html "" append html "
" append html "

" return $html }