A86: input routines


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

A86: input routines




i am writing a program to tell me whether a number is prime or not...but im
having a hard time figuring out an input routine...after going throught the
zreduce code i saw
    ld      hl,str_enter
    call    _puts
    ld      a,0Dh
    ld      (_asap_ind),a
    call    _exec_pg3
    call    _OP1TOOP6

and i figure the (_asap_ind),a is the "input" rom call but i don't get the
'asap' part...what does this mean and do? also, what does _exec_pg3 mean and
do?

thanx for any help
john jr.