about summary refs log tree commit diff stats
path: root/317abort.subx
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-07-27 22:37:32 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-07-27 22:38:26 -0700
commit267c74b59a5f148bd28233f25bc794a3a4893e8e (patch)
tree0b583a305e2fe13edb477d88d15ac0be5a43dbd2 /317abort.subx
parent619944524382bee5fb10efae2273e6cc57fbd421 (diff)
downloadmu-267c74b59a5f148bd28233f25bc794a3a4893e8e.tar.gz
shell: render image from pbm data stream
Diffstat (limited to '317abort.subx')
-rw-r--r--317abort.subx6
1 files changed, 3 insertions, 3 deletions
diff --git a/317abort.subx b/317abort.subx
index 643d1ef5..5ee3b37f 100644
--- a/317abort.subx
+++ b/317abort.subx
@@ -27,10 +27,10 @@ dump-call-stack:
     51/push-ecx
     52/push-edx
     53/push-ebx
-    # var labels/edx: (addr stream {start-address, label-slice} 0x4000)
+    # var labels/edx: (addr stream {start-address, label-slice} 0x5000)
     # start addresses are in ascending order
-    81 5/subop/subtract %esp 0x30000/imm32  # 0x4000 labels * 12 bytes per label
-    68/push  0x30000/imm32
+    81 5/subop/subtract %esp 0x3c000/imm32  # 0x5000 labels * 12 bytes per label
+    68/push  0x3c000/imm32
     68/push  0/imm32/read
     68/push  0/imm32/write
     89/<- %edx 4/r32/esp