Sophie

Sophie

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

mcu8051ide-1.4.7-3.fc18.noarch.rpm

; MCU 8051 IDE - Demonstration code
; Very simple code

; Press F2 and F6 to run the program (start simulator and animate)

	org	0h

main:	inc	R0
	inc	@R0
	cjne	R0, #07Fh, main
	mov	R0, #0d
	sjmp	main

	end

; <-- Bookmark (try Alt+PgUp/Alt+PgDown)
; <-- Breakpoint

; -----------------------------------------
; NOTICE:
; Simulator limitations:
;	* SPI
;	* Access to external code memory
;	* Power down modes
; -----------------------------------------

; IF YOU HAVE FOUND SOME BUG IN THIS IDE , PLEASE LET ME KNOW