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

Re: News from the wooden hut (n/m with n < m)



On 11/6/12 9:07 AM, Benoit0123 wrote:
So give ZBRUN a try and provide feedback on this thread..

I am having problems with the following code:

        or      080h
        push    bc
        ld      c,2
        rst     28h
        pop     bc

This is my echo char code, it works fine if I comment out the push and pop, however to be safe I need to preserve all my registers.