From 00a0cb3821ce2bd0fc589ae64ed9cbb791ce44bb Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Tue, 16 Jun 2026 23:00:21 +0200 Subject: Adds index to all large files --- anc/v1/55a.asm | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) (limited to 'anc/v1/55a.asm') 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 -- cgit v1.2.1