<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Функции для работы с адресами]]></title><description><![CDATA[<pre><code>disassemble(address): Disassembles the given address and returns a string in the format of "address - bytes - opcode : extra"
splitDisassembledString(disassembledstring): Returns 4 strings. The address, bytes, opcode and extra field

getInstructionSize(address): Returns the size of an instruction (basically it disassembles the instruction and returns the number of bytes for you)
getPreviousOpcode(address): Returns the address of the previous opcode (this is just an estimated guess)
</code></pre>
]]></description><link>https://celua.ru/topic/105/функции-для-работы-с-адресами</link><generator>RSS for Node</generator><lastBuildDate>Wed, 17 Jun 2026 13:56:50 GMT</lastBuildDate><atom:link href="https://celua.ru/topic/105.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 14 May 2023 13:12:10 GMT</pubDate><ttl>60</ttl></channel></rss>