Recent content by addle_brains

  1. A

    Solving $\lim_{x\rightarrow0+} x^2 \ln x$ with L'Hoptial's Rule

    Thanks guys. That helps a lot. I still don't know every little trick of derivatives and such.
  2. A

    Solving $\lim_{x\rightarrow0+} x^2 \ln x$ with L'Hoptial's Rule

    Hey everyone. I know this question is old but I'm trying to solve exactly the same problem. Could anyone explain it to me a little better? I'm having trouble seeing how StatusX got the answer. I understand L'Hopital's rule but how the derivatives of f(g) and f(h) were found is confusing me.
  3. A

    MC68HC11 and the HCSim11 simulator

    In my code? I can't really remember, I'm not at home, but just stuff like LDAA commands or CLRA. The memory map says that those addresses are for ROM so it shouldn't matter, should it?
  4. A

    MC68HC11 and the HCSim11 simulator

    The assignment specifications request that we assign interrupt and RESET vector addresses (among others including LCDDATA and Port controls) thusly: IRQ EQU $FFF2 IRQ vector RESET EQU $FFFF RESET vector
  5. A

    MC68HC11 and the HCSim11 simulator

    I have set up an IRQ and RESET vectors, $FFF2 and $FFFE respectively,as per the assignment details. Yet, when the interrupt is set, I still get the error. Can I submit my code and someone could maybe tell me what's wrong?
  6. A

    Will OSes disappear when multicore (64 or more) chips become popular?

    I wouldn't mind if computers where command prompt only. People would stop using them, which would make my job so much easier.
  7. A

    Computer without operating system

    The only setback with having an OS preinstalled is any extra cost. In many cases, there may not be an extra cost involved at all. Ordering in a special "empty" machine could in fact be more difficult. If you want to go ahead and put a new OS on it, then you wipe the old one. I don't see the...
  8. A

    MC68HC11 and the HCSim11 simulator

    Hey everyone, new here. I am currently doing an assignment to write a program in assembly for the MC68HC11 microcontroller using the HCSim11 simulator. The program must make use of the IRQ request line. On Strobe A rising edge, a count from 0 to a set maximum (the maximum is set by switches...
Back
Top