diff options
-rwxr-xr-x | subx/teensy/test6 | bin | 5588 -> 5588 bytes | |||
-rw-r--r-- | subx/teensy/test6-global.s | 2 |
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 |