Pushes the size of the final program
| 233 | void pushSubroutineOffset(evmasm::SubAssemblyID _subRoutine) { m_asm->pushSubroutineOffset(_subRoutine); } |
| 234 | /// Pushes the size of the final program |
| 235 | void appendProgramSize() { m_asm->appendProgramSize(); } |
| 236 | /// Adds data to the data section, pushes a reference to the stack |
| 237 | evmasm::AssemblyItem appendData(bytes const& _data) { return m_asm->append(_data); } |
| 238 | /// Appends the address (virtual, will be filled in by linker) of a library. |