Forum: Markt Wer programmiert mir einen AT89C2051 ?


von Christian (Gast)


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

von Michael Hatscher (Gast)


Lesenswert?

Hallo Christian,

schick mir mal die Datei. Ich versuche sie mal mit meinem 8051 Compiler 
zu übersetzen.

Gruß Michael

Bitte melde dich an um einen Beitrag zu schreiben. Anmeldung ist kostenlos und dauert nur eine Minute.
Bestehender Account
Schon ein Account bei Google/GoogleMail? Keine Anmeldung erforderlich!
Mit Google-Account einloggen
Noch kein Account? Hier anmelden.