Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 9830961650fedd25115fff710a6708d1 > files > 30

mcu8051ide-1.4.2-1.fc16.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 !!!