bits 64

mov r1 1
mov r2 0

.loop
add r1 r1 r2
sub r2 r1 r2
out %uint r2
out %text '\n'
bge .loop 1836311902 r2
hlt
