Page 2 of 2

Re: ps2 code help request

PostPosted: 30 Jan 2012, 07:17
by Budder
justine wrote:Budder If i get you right , i call INIT once then i call READ_KEY which outputs the value in L and the do LD A,L and call my PUTCHAR routine which takes A as the input. I only call TERMINATE once i have finished reading the keyboard ?

yep. call init at program start and call terminate at program end
but it is only my recommendations. %)