<div dir="auto">Hi, <div dir="auto"><br></div><div dir="auto">I'm targeting an instruction that has an alignment constraint. Not on data, on the instruction itself. This is easily used from asm by a .align directive before the instruction, but I can't find an api to emit one. Using the integrated assembler.</div><div dir="auto"><br></div><div dir="auto">My workaround is to align the function, count instructions from the start, multiplying by the size of each instruction, then emitting nops as necessary. Most instructions are fixed size, thankfully.</div><div dir="auto"><br></div><div dir="auto">This is horrible though. Is there a better way?</div><div dir="auto"><br></div><div dir="auto">Thanks!</div><div dir="auto"><br></div><div dir="auto">Jon</div></div>