From 615a7e957535dabeac826674859e33a01ed2bab4 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Fri, 5 Apr 2019 23:03:18 -0700 Subject: 5059 --- subx/056trace.subx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subx/056trace.subx') diff --git a/subx/056trace.subx b/subx/056trace.subx index f181e1d7..fac2d4e7 100644 --- a/subx/056trace.subx +++ b/subx/056trace.subx @@ -92,7 +92,7 @@ trace: # t : (address trace-stream), line : string # . . discard args 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 0xc/imm32 # add to ESP # if (EAX == 0) return - 81 7/subop/compare 3/mod/direct 0/rm32/EAX . . . . . 0/imm32 # compare EDX + 3d/compare-EAX-and 0/imm32 74/jump-if-equal $trace:end/disp8 # t->write += EAX 01/add 0/mod/indirect 7/rm32/EDI . . . 0/r32/EAX . . # add EAX to *EDI -- cgit 1.4.1-2-gfad0 dly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log blame commit diff stats
path: root/real-files.mu
blob: 7e50ac8eb485d8b1ff66d4251f93ebfbd8ccf353 (plain) (tree)
1
2
3
4
5
6
7
8
9