A83: Turning off the LCD


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

A83: Turning off the LCD





  I seem to be having a problem turining off the LCD
in an interrupt program.  Is there anything that the
calc does that stops this?? Or do I have to do it
differently then normal??
This is what I am doing + plus all the normal
interrupt stuff.  But it doesnt seem to do anything at
all.

	di
        ld      a,$74
        ld      ($800A),a
        ld      a,$01
        out     (3),a
        ld      a,$00
        out     (4),a
        pop     hl
        ex      af,af'
        exx
	ei
        halt
	jp	$0038



Jimmy

=====
»»»»»»»»»»»»»»»«««««««««««««««
»      TIMagic@goatse.cx     «
»  http://www.zed80asm.org   «
» http://www.timagic.cjb.net «
»»»»»»»»»»»»»»»«««««««««««««««
__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com


Follow-Ups: