Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

68hc11

  1. T

    input 9 bytes from PORTC and store them using strobed I/O.

    I can't figure out solution.I try but ı can't solve this.Here my code and question.Thanks for your help.Ouch, I almost forgot, I live in a third world country and we use 68hc11 for academic education (bs). LDX #REGBAS %MY...
  2. M

    Handling interrupts (IRQ/XIRQ) - MC68HC

    Previously i was created a different thread but it was not related to IRQ itself (i solved it by using a simple loop) This is the hardest "suggested" exercise shown in this chapter (interrups for the 68hc11); i need a 68HC11 hero over here; i want to solve it from the beggining til the end; i...
  3. E

    ...

    LDAA $0040 ; load memory location $0040 to Accumulator A STAA $0080 ; store Accumulator A to memory location $0080 can i do this with a single instruction ?
  4. E

    ...

    Write a program segment to do the following: “If bit 3 of Accumulator A is 1 go to location $1234 and continue execution from that location otherwise goto location $4321 and continue execution from that location” Content of Accumulator A should remain unchanged. This program segment maybe in any...
  5. E

    ...

    Write a program segment (at most two instructions) to clear the carry bit if Accumulator A contains an odd number, otherwise set the carry bit. The contents of AccA may be modified.

Latest threads

New Articles From Microcontroller Tips

Back
Top