diff options
Diffstat (limited to 'anc')
| -rw-r--r-- | anc/v1/55a.asm | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/anc/v1/55a.asm b/anc/v1/55a.asm index aa95f07..297d3ee 100644 --- a/anc/v1/55a.asm +++ b/anc/v1/55a.asm @@ -1,7 +1,15 @@ -; begin marker +; index +; [section] begin gene +; [section] measure gene +; [section] allocation gene +; [section] copy gene +; [section] split gene +; [section] end gene + +; [section] begin gene loka -; measure yourself +; [section] measure gene adrb keya adrf @@ -13,7 +21,7 @@ subn nop1 nop1 -; allocate child +; [section] allocation gene lokb notn nop3 @@ -35,7 +43,7 @@ allf nop1 nop2 -; copy yourself +; [section] copy gene lokd load nop0 @@ -53,7 +61,7 @@ nop1 jmpb keyd -; split child +; [section] split gene splt popn nop3 @@ -62,5 +70,5 @@ nop1 jmpb keyb -; end marker +; [section] end gene loka |
