I'm using Dirty Joe to manipulate this code bellow
SetAttribute localSetAttribute = new SetAttribute(140, "B", beeperVolume.getValue(), 0);
So I use Dirty Joe to change number to push. On code editor I only found edit opcode which only edit the memory address.
How I can modified number to push instead of memory address? Thanks