Re: A83: I need help with one thing


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

Re: A83: I need help with one thing




Try the modifications I have made to your source...I believe this should do what
you want it to. Let me know if it doesn't.
---
Jacob Boyce
jboyce@mailexcite.com
2140141 on ICQ
>
>I want my program to start off by saying "Made by Mike Walsh" but wuth
>inversed text.  How can i make it so ONLY that is inverted??so far i have
.NOLIST
#define equ .equ
#define EQU .equ
#define end .end
#include "ti83asm.inc"
#include "tokens.inc"
.LIST
    
    .org    9327h
    
    nop
    jr      prog_start
    .dw     $000
    .dw     desc
    .dw     $0000
    .dw     $0000
prog_start:
    set textInverse,(iy+textflags)
    CALL _CLRLCDFULL      ;CLEAR SCREEN
    LD HL,0003h
    ld (currow),hl
    LD HL,Madeby
    CALL _PUTS
    res textInverse,(iy+textflags)
    CALL _getk
    ret

Madeby .db "Made by Mike", 0
desc .db "Mike Walsh", 0

.end
END




Free web-based email, Forever, From anywhere!
http://www.mailexcite.com