talks

Log | Files | Refs

commit d58d4c275bb23c1ee9c9a498d592436f1f32983c
parent 51ab37a8bc52b0a5e809318d4d8ff6d22e4e6d16
Author: dwrz <dwrz@dwrz.net>
Date:   Fri, 13 Nov 2020 17:19:00 +0000

Update assembly x86 safety example

Diffstat:
Mx86-assembly/src/safety/safety.s | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x86-assembly/src/safety/safety.s b/x86-assembly/src/safety/safety.s @@ -7,7 +7,7 @@ juliet: stop: # Try changing this number. What happens? Why? # Hint: try 0, 1, 11, 12, 21, 22. - .int 11 + .int 12 .text .global _start