Actions
Task #6461
openSupport for inline comments
Start date:
12/01/2015
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Published in build:
Description
The goal is to attach a comment to a given instruction call.
Test Program:
add z, x, y // This instruction does the following: z := x + y
Test Template:
inline_comment('This instruction does the following: z := x + y') add z, x, y
Actions