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.
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...
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...
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 ?
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...
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.