Quantcast
Channel: Keil Discussion Forum RSS Feed
Viewing all articles
Browse latest Browse all 3049

C51: AT89S8351 development board

$
0
0
hello everyone. I have a development board having an AT89S8352 microcontroller. I cannot communicate this board with the keil. Can anyone help me for this? I wrote a simple program as given below: org 0000h sjmp start start: ;;;;;;;;;;;;;;;;;;;;;;cleaning the memory ;mov r0, #7fh x1: mov @r0,#00h ;djnz r0, x1 ;mov @r0,#00h ;;;;;;;;;;;;;;;;;;;;;;;; mov p0,@r0 x: sjmp x end

Viewing all articles
Browse latest Browse all 3049

Trending Articles