<div dir="ltr"><div><div><div><div><div><div><div><div>Hello all,<br><br></div>how can one can describe a constant string as an operand in the assembly instruction?<br><br></div>for example imagine this instruction:<br><br></div>xyz 14 ABC<br><br></div>where "xyz" is the operator, 14 is an immediate value, and because of assembly dialect, there should be a constant string with the value of ABC follow the immediate value. How is this possible?<br><br></div><div>What should be the dat describing the instruction?<br></div><br>string asm = "xyz $val ABC"<br>dag iops = (ins i8imm:val, ... )<br><br></div><br></div>Cheers,<br></div>ES<br></div>