diff options
Diffstat (limited to '10/possible_seq.asm')
| -rw-r--r-- | 10/possible_seq.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/10/possible_seq.asm b/10/possible_seq.asm index 15c6586..b737d13 100644 --- a/10/possible_seq.asm +++ b/10/possible_seq.asm @@ -1,6 +1,6 @@ global possible_seq -section .data +section .rodata TRIB: dq 1, 1, 2, 4, 7 ; tribonacci sequence (without first 2 zeroes) section .text |
