Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > d9766231b4ae45d3bbcd5d65431036f6 > files > 35

mcu8051ide-1.4.7-3.fc18.noarch.rpm

; Dissassebler
; --------------------
; [Main menu] -> [Tools] -> [Dissasseble]
; Choose some hex file and see result

; Custom commands
; --------------------
; They can be used for instance to load your program into a 
; real processor.
; [Main menu] -> [Configure] -> [Edit cutom commands]
; [Main menu] -> [Tools] -> [Cutom command N]

; Tip of the day
; --------------------
; You may find some useful advices how to use this 
; IDE more efficiently
; [Main menu] -> [Help] -> [Tip of the day]

; Project web page:
; --------------------
; http://mcu8051ide.sf.net



; AND NOW YOU ARE READY !
; Click on [Main menu] -> [Project] -> [New] and create your own 8051 project ...


; !!! HAVE A GOOD LUCK WITH THIS IDE !!!

	org	0
	sjmp	$
	end

; !!! HAVE A GOOD LUCK WITH THIS IDE !!!