1. K

    8085 Assembler, adding another menu choice disables char input from sid (Resolved)?

    Hi, This program works fine as shown in the TeraTerm picture below the code. Working Code # ORG 00A3H # DB...
  2. K

    RS232 Framing Errors (Resolved)

    Hi, I started reading about parity, flow control and all that jazz, but I am clued out as to how to deal with dropped/corrupt serial frames. The articles say that checking parity doesn't 100% solve all the problems. I am currently using 9600, n , 8, 2. My program uses asynchronous serial...
  3. 123dsfsdfdsfsdfsdf

    8051 need help with code:CCC

    So hello:3 I have already tried many things, and looked at many things, but I can't implement any way to read a value from my data table character by character here code: Morse: mov DPTR, #Text ; Point to the beginning of the text mov...
  4. Heroz

    What address does it save in EEPROM ?

    I watched Ben eater's video it's about building computer based on 6502 microprocessor and I'm stuck at part3 ( Assembly language VS Machine code). He was programing 32k at28c256 EEPROM and he programmed by assembly to blink LED. Here his code: And he uploaded code to EEPROM by Minipro TL866...
Top