0 Members and 1 Guest are viewing this topic.
So im trying to create like a on-calc assembler, but why does ti83.inc putted in little-endian? for example, why dont they put it has 7045h instead of 4570h? doesnt that just makes the assembler harder to assemble?
Lol I don't see how they are easier to read either, I think the only reason is because thats how the z80 works ^^
Quote from: Builderboy on May 27, 2011, 01:52:46 pmLol I don't see how they are easier to read either, I think the only reason is because thats how the z80 works ^^When you get used to using z80 assembly, you also get used to reading in little endian Ask Kerm what the meaning of life and everything in the universe is, and most likely he'll say 24.
LD HL,42 LD ($8000),HL LD A,($8000) ; A is now 42