diff options
| author | Paul Oliver <contact@pauloliver.dev> | 2026-06-16 23:00:21 +0200 |
|---|---|---|
| committer | Paul Oliver <contact@pauloliver.dev> | 2026-06-16 23:05:04 +0200 |
| commit | 00a0cb3821ce2bd0fc589ae64ed9cbb791ce44bb (patch) | |
| tree | 62eef257fb06ea36ea92e719dff750bede0bd281 /anc/v1 | |
| parent | bb52acc8b7ad073068c9a2dc656d4fecf935d710 (diff) | |
Diffstat (limited to 'anc/v1')
| -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 |
