diff --git a/lib/arm/constants.rb b/lib/arm/constants.rb index 87dd69b8..4392168e 100644 --- a/lib/arm/constants.rb +++ b/lib/arm/constants.rb @@ -113,5 +113,11 @@ module Arm end return op end + + # arm intrucioons are pretty sensible, and always 4 bytes (thumb not supported) + def length + 4 + end + end end \ No newline at end of file