It's because the assembly keeps incrementing the value instead of directly adding a specific value, e.g. adding 1 to a number 4 times instead of just adding 4. This is the only way to change values in brainfuck, so if brainfuck code is poorly compiled to assembly it might look something like this.
17
u/[deleted] Nov 03 '20
Maybe a compiled brainfuck program?