A86: WHAT TO DO AFTER INPUT


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

A86: WHAT TO DO AFTER INPUT



ok i got the input down:

        ld a,0Dh
        ld (_asap_ind),a
        call $5714

but where is it actually stored and how do i use/display it afterwards?


Follow-Ups: