\ ====================================================== \ Thomas C. Penick ID# 452 80 6040 Program 1 \ EE319K Microprocessor Programming due 2/6/98 \ Instructor: Laurence Section B \ MC6811 Simulator Configuration File 1.cfg \ ====================================================== LSTwin \ Specify parameters for the .LST window Triple 7 WinSize \ number of lines in the .LST window FollowPC \ .LST window will follow PC while running IntWin \ Interpretor display window Double IsHex 8 WinSize SwitchWin \ up to 16 Switch Inputs Double Bit7 PortC s" C7" AddSwitch Bit6 PortC s" C6" AddSwitch Bit5 PortC s" C5" AddSwitch Bit4 PortC s" C4" AddSwitch Bit3 PortC s" C3" AddSwitch Bit2 PortC s" C2" AddSwitch Bit1 PortC s" C1" AddSwitch Bit0 PortC s" C0" AddSwitch Bit7 PortE s" E7" AddSwitch Bit6 PortE s" E6" AddSwitch Bit5 PortE s" E5" AddSwitch Bit4 PortE s" E4" AddSwitch Bit3 PortE s" E3" AddSwitch Bit2 PortE s" E2" AddSwitch Bit1 PortE s" E1" AddSwitch Bit0 PortE s" E0" AddSwitch PortWin \ the 6811 I/O port window Single IsLightCyan IsHex UnSigned PortA AddPort IsYellow IsHex UnSigned PortB AddPort IsLightGray IsHex UnSigned PortC AddPort IsLightGray IsBinary UnSigned DDRC AddPort IsLightRed IsHex UnSigned PortD AddPort IsYellow IsHex UnSigned PortE AddPort IsWhite IsHex UnSigned TCNT AddPort MemWin \ the Memory display window Single IsHex ByteMode 3 WinSize \ number of lines in memory Window ClearMemory \ clear memory display pointer list $0000 AddMemory \ display from these addresses \ SCIWin \ SCI serial port terminal window \ Single \ default baud rate is 125000 bits/sec \ 62500 BaudRate \ Terminal operates at this baudrate \ 2 WinSize CCRWin \ the CCR window Single IsHex Unsigned RegWin \ the 6811 Register window Single IsHex Unsigned LEDWin Single \ up to 32 LED in rectangular pattern LEDrow \ must be the same number of LED's in each row IsGreen Bit7 PortB s" B7" AddLED IsGreen Bit6 PortB s" B6" AddLED IsGreen Bit5 PortB s" B5" AddLED IsGreen Bit4 PortB s" B4" AddLED IsGreen Bit3 PortB s" B3" AddLED IsGreen Bit2 PortB s" B2" AddLED IsGreen Bit1 PortB s" B1" AddLED IsGreen Bit0 PortB s" B0" AddLED LEDrow IsRed Bit7 PortB s" B7" AddLED IsRed Bit6 PortB s" B6" AddLED IsRed Bit5 PortB s" B5" AddLED IsRed Bit4 PortB s" B4" AddLED IsRed Bit3 PortB s" B3" AddLED IsRed Bit2 PortB s" B2" AddLED IsRed Bit1 PortB s" B1" AddLED IsRed Bit0 PortB s" B0" AddLED StackWin \ the Stack window Single IsHex Unsigned WordMode 7 WinSize \ number of lines in stack Window HaltOnError \ do halt on a memory error WarningOnError \ display warnings Slow \ execute screen every instruction FollowPC \ move to where PC is in the *.LST file ShowCycles \ Show bus cycles in the INTWin NotCyclePause \ Do not pause in between each memory access Lpt1 HPdeskjet