[quote=PreXident]
32bit - address on 2E0708 needs to be 58 instead of 50
64bit - unfortunatelly offset is too large for this instruction to be fixed, it needs to be replaced which breaks the dcu and I have no idea about dcu format. Thankfully it is working fine without fixing anyway. However I was not feeling comfortable knowing that some fields are just ramdomly set, so I have changed the three-byte instruction to three one-byte returns (addresses 4A2703, 4A2704, 4A2705 to C3)
[/quote]
Addresses are actually wrong, there are excess zeros. Use 2E078, 4A273, 4A274, 4A275 instead. Sorry for confusion.