#misimDe 179 #12 mai 2005 # # Settings file for miSim DE v1.0 # # Empty lines and lines starting with '#' are ignored. # Settings finish on a line that starts with the word # 'Plugins' (case is ignored). # Width=800 Height=600 device_family = misim.microchip.PIC16X84 device_name = 16f84 source=Velo_8z.asm source=max12432.asm source=m16f84_new.asm source=Lcd_08z.asm source=sineddsZ.asm Source=pong.asm Source=inttest.asm Source=lcdtest.asm source=sub40b_Z.asm source=628rtcpz.asm source=bcd1z.asm source=comIR_16.asm source=ds1307z.asm source=Entete_Pic.asm source=Lcd_008z.asm source=lcd_009z.asm source=lcd_012z.asm source=lcd_013z.asm source=Lcd_08z.asm source=Lcd_tstz.asm source=lcd4az.asm source=Lcdtst_z.asm source=m16f84_new.asm source=math.asm source=max12432.asm source=morse.asm source=Velo_10z.asm source=Velo_11z.asm [emulation] Clock = 10000000 // Clock rate in MHz Run_type = 2 // Run type: 0 = Fast as possible, 1 = To clock rate, 2 = Accurate Interrupts = true // Emulate interrupts for step and over instructions Fast_loop = false // Fast loop emulation [editor] Font = Monospaced // Font for editing Fontsize = 12 // Font size for editing Tab_width = 8 // Tab width Expand_tabs = true // Expand tabs into spaces Uppercase = true // Show commands and instructions in uppercase # # Plugin definitions v2.0 # # These are the plugins for miSim DE # The [available-plugins] section defines the names and classes # for all known plugins. The [current-plugins] section defines # which plugins are pre-initialised. # # The java class must implement the misim.Plugin interface # # Empty lines and lines starting with '#' are ignored. # # PicEmulator - See http://www.feersumtechnology/picem/ # For [available-plugins]: # Each line consists of Plugin Name = plugin.class:config # Where Plugin Name is the name of the plugin # plugin.class is the class that implements the plugin # config is the optional configuration for the plugin # [available-plugins] Television = misim.plugins.TVFrame Simple Led = misim.plugins.LedPlugin Better Led = misim.plugins.BetterLed:Port A:0 Simple Switch = misim.plugins.SwitchPlugin:Port B:0 LED Array = misim.plugins.LedArrayPlugin 7 Segment LED = misim.plugins.SegmentPlugin:b Memory Monitor = misim.plugins.MonitorPlugin LCD Display = misim.plugins.LCDPlugin:2x24, Port A:ERS, Port B:7654xxxx LCD 2 = misim.plugins.Lcd2Plugin:Port A:ERS, Port B:7654xxxx BreadBoard = misim.plugins.BreadBoard Stepper Motor = misim.plugins.MotorPlugin:Port A:3210 Keypad = misim.plugins.KeyPlugin:Port A:3210 Capacitor Delay = misim.plugins.CapacitorDelay:Port B:IxOxxxxx Five Switches = misim.plugins.Switch5Plugin:Port B:43210 # For [current-plugins]: # Each line consists of Plugin Name = Instance:config # Where Plugin Name is the name of the plugin # Instance is the particular name for this instance # config is the optional configuration for the plugin # [current-plugins] Television = Television Simple Switch = Switch Keypad = Keypad Five Switches = Five Switches Better Led = LED LED Array = LED Array 7 Segment LED = 7 Segment LED LCD Display = LCD Display LCD 2 = LCD Display 2 Memory Monitor = Memory Monitor BreadBoard = BreadBoard Stepper Motor = Stepper Motor Capacitor Delay = Capacitor Delay