changed the number in 3x+1

This commit is contained in:
zombie maniac 2021-10-04 16:33:08 -04:00
parent cafa6a1d5c
commit e36ba82ae7

View file

@ -5,7 +5,7 @@ section .data
text db "Number reaches 1",0
even db "even",0
odd db "odd",0
number dq "3761683061822795265",0
number dq "496489",0
tempstore db 0
section .text
global main