pub fn absolute_to_relative<T: AsRef<SymbolsTable>>(
address: i32,
opcode_delta: i32,
sym: T,
) -> Result<u8, AssemblerError>
Expand description
Converts an absolute address to a relative one (relative to $)
pub fn absolute_to_relative<T: AsRef<SymbolsTable>>(
address: i32,
opcode_delta: i32,
sym: T,
) -> Result<u8, AssemblerError>
Converts an absolute address to a relative one (relative to $)