hex/pointers/pointer_arithmetics.fjΒΆ
βββ- Ptr ++/β/+=/-=
MacrosΒΆ
hexΒΆ
hex.ptr_incβ ptr[:w/4] += 2whex.ptr_decβ ptr[:w/4] -= 2whex.ptr_addβ ptr[:w/4] += value * 2w (advance ptr by value)hex.ptr_subβ ptr[:w/4] -= value * 2w (retreat ptr by value)