Changes

Programming:Next / previous line calculation

15 bytes removed, 09:47, 17 April 2015
/* Without Firmware */
'''Output:''' HL=Address of the next line
'''Destroyed:''' AF,BC
<pre>
add h
ld h,a
and 64 ret nz nc ld bc,16304 #c050 sbc add hl,bc
ret
</pre>