| 104 | void appendLibraryAddress(std::string const& _identifier) { append(newPushLibraryAddress(_identifier)); } |
| 105 | void appendImmutable(std::string const& _identifier) { append(newPushImmutable(_identifier)); } |
| 106 | void appendImmutableAssignment(std::string const& _identifier) { append(newImmutableAssignment(_identifier)); } |
| 107 | void appendAuxDataLoadN(uint16_t _offset) { append(newAuxDataLoadN(_offset));} |
| 108 | void appendSwapN(size_t _depth) { append(newSwapN(_depth)); } |
| 109 | void appendDupN(size_t _depth) { append(newDupN(_depth)); } |