I want to convert this inline assembly to javascript, I dont understand how to do it properly. _bytes - hex encoded string, _start - some number
tempAddress should be string (address)
assembly {
tempAddress := div(mload(add(add(_bytes, 0x20), _start), 0x1000000000000000000000000)
}