Four bit adder: Difference between revisions

m
(→‎{{header|M2000 Interpreter}}: Use of borrow bit, for using it for 8 bit addition (using two times the 4 bit Adder))
Line 2,926:
k_low=each(low() end to start) ' k_low is an iterator, now configure to read items in reverse
k=each(res() end to start) ' k is an iterator, now configure to read items in reverse
Print "A+B",v, k, k_low ' print 01 1 0 0 0 0 1 0 1
}
FourBitAdder
404

edits