Wer programmiert mir einen AT89C2051 ?

Gast #41250
Lesenswert?

Hallo,
ich suche jemanden, der mir (natürlich gegen Bezahlung) einen AT89C2051 
mit folgendem Programm füttert :

$mod51
scl  bit  p1.1
sda  bit  p1.2
mrq  bit  p1.3
dispaddr  data  4ah  ;i2c address of the display
lbit    data  30h  ;number of 1's for parity
numznaku  data  31h  ;index number of the starting character
lastbyte  bit  2fh.1  ;true if the next byte is the last byte

jmp  start
org  100h

start:
  mov  p1,#255
  call  resetdisplay
  mov  dptr,#napis
  mov  numznaku,#0
petla:
  mov  a,numznaku
  call  sendnap
  mov  b,#15
  call  waitn
        ...


(Ist nur ein Auszug!) Ich hab keine Ahnung was man da für einen Compiler 
braucht. Also, kann mir da jemand helfen ?

Gruß

Christian

Antwort schreiben

Bitte melde dich an, um einen Beitrag zu schreiben.

oder

Mit Google-Account einloggen

Die Registrierung ist kostenlos und dauert nur eine Minute.

Jetzt registrieren