A86: Re : AAAAAARGH!!!!


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

A86: Re : AAAAAARGH!!!!




> #include "ti86asm.inc"
> #include "asm86.h"
> #include "ti86und.inc"
> 
> .org _asm_exec_ram
> 
>  nop
>  jp Start
>  .dw 0
>  .dw ProgName
> ProgName: .db "Mogsoft's Nerd Quest 1",0
> 
> Start:
>  call _flushallmenus
>  call _runindicoff
>  call _clrScrn
>  set textInverse,(iy+textflags)
>  ld hl,$0000
>  ld (_curRow),hl
>  ld hl,TitleInv
>  call _puts
>  res textInverse,(iy+textflags)
>  call _AnyKey
>  ret
> 
> _AnyKey:
>  call _getky
>  or a
>  jr z,_AnyKey
>  ret
> 
> ;Data Section
> TitleInv:
    .db "    Nerd Quest I",0       ; don't forget '.db' !
> .end

-----------------------
        CLEM
 <darkclem@wanadoo.fr>
_______________________
Assembly Coder's Zenith