From 9c0f9225fbb9f5a798bf52ae2995d802eee06228 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 6 Apr 2019 09:27:45 -0700 Subject: 5061 --- subx/apps/assort.subx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subx/apps/assort.subx b/subx/apps/assort.subx index 5ff16f07..fbeb34b0 100644 --- a/subx/apps/assort.subx +++ b/subx/apps/assort.subx @@ -645,7 +645,7 @@ $read-segments:check1: # . if (EAX != 0) continue 3d/compare-EAX-and 0/imm32 0f 85/jump-if-not-equal $read-segments:loop/disp32 -$convert-data:check-for-comment: +$read-segments:check-for-comment: # if (slice-starts-with?(word-slice, "#")) # . start/EDX = word-slice->start 8b/copy 0/mod/indirect 1/rm32/ECX . . . 2/r32/EDX . . # copy *ECX to EDX -- cgit 1.4.1-2-gfad0 9d'>this commit Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log blame commit diff stats
path: root/062convert_ingredients_to_text.cc
blob: cf639b9e107cffc82a7ccb0422bdfbc06f41f2ea (plain) (tree)
1
2
3
4
5
6
7
8
9