79282784

Date: 2024-12-15 17:10:50
Score: 0.5
Natty:
Report link

https://developer.arm.com/documentation/100068/0623/Migrating-from-armasm-to-the-armclang-Integrated-Assembler/Data-definition-directives

I think I found the definition of this ARM directive here :

.inst Allocate a block of memory in the code, and specify the opcode. In A32 code, this is a four-byte block. In T32 code, this can be a two-byte or four-byte block. .inst.n allocates a two-byte block and .inst.w allocates a four-byte block.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Autechre