0 Members and 1 Guest are viewing this topic.
wrap my head around.
Yes. If you wanted to do a ΔList with 2 byte numbers, you have to do this:ΔList(2r,4,76r,-2rIn which case, 2 and 76 would take up 2 bytes. -2 would take up two bytes, and is the signed representation of -2.
:Δlist( -5 )?would that be written:Δlist( 32772 )?
Quote from: Maxwelldoggums on June 06, 2010, 10:09:12 am:Δlist( -5 )?would that be written:Δlist( 32772 )?Hi and welcome here!The result would actually be 65530 if you used 2 bytes integers and 250 if you used 1 byte integers