Change the assembler to start execution at address 0,
commita3078c76f2e7c6f6770a24efcd8603c8c5836a97
authorJeff Connelly <shellreef+git@gmail.com>
Tue, 25 Mar 2008 23:27:22 +0000 (25 16:27 -0700)
committerJeff Connelly <shellreef+git@gmail.com>
Tue, 25 Mar 2008 23:27:22 +0000 (25 16:27 -0700)
treeeb9c2ffdefe964eff4d3a825acac8b4944685beb
parentc33263a5ffa2612847e4378e5fc9102de0381c04
Change the assembler to start execution at address 0,
instead of address -1. The assembly code is still written
in order of execution, but the tritstream is ordered
in -1, 0, 1 but execution goes 0, 1, -1 so I re-order the
tritstream, and update the labels.
asm/asm.py
asm/guess.3
asm/guess.sp
asm/lwitest.3
asm/lwitest.sp