[A83] Re: The world has just inverted. (period)


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

[A83] Re: The world has just inverted. (period)






"Burak Gül" wrote:

> Anyway, does anybody use Hays's programs?

I use this quite often:

Hays Replacement Command: LD A, N

    push    bc
    ld    b, 8
    ld    c, n
loop:    sla    c
    adc    a, a
    djnz    loop
    pop    bc





References: