A82: Newbies :)


[Prev][Next][Index][Thread]

A82: Newbies :)




 I can't believe someone actually released "CalcOff"! It was his first 
"real ASM project".
His code:
OFF:
        DI                 ; disable interrupts
        LD A,001H
        OUT (003H),A       ; turn off screen
        LD A,000H
        OUT (004H),A
        EX AF,AF'
        EXX
        EI                 ; enable interrupts
        RET        

  He lifted it straight from James Mathews 83 tutorials. Besides that, 
the Out (4),a part will screw up the calc's interrupt speed making the 
cursor blink fast, etc. And he didn't put in the proper res command, so 
you have to press ON twice. What a joke.

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com