about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xsubx/teensy/test6bin5588 -> 5588 bytes
-rw-r--r--subx/teensy/test6-global.s2
2 files changed, 1 insertions, 1 deletions
diff --git a/subx/teensy/test6 b/subx/teensy/test6
index 0c08219f..2d2e146a 100755
--- a/subx/teensy/test6
+++ b/subx/teensy/test6
Binary files differdiff --git a/subx/teensy/test6-global.s b/subx/teensy/test6-global.s
index 9b981b62..a09eecae 100644
--- a/subx/teensy/test6-global.s
+++ b/subx/teensy/test6-global.s
@@ -9,5 +9,5 @@ foo: dd 42
 SECTION .text
 GLOBAL main
 main:
-  mov eax, foo
+  mov eax, [foo]
   ret