The way to test them is to put those commands preceded by @256, D=A, @SP, M=D, into a .asm file.
Load it into the CPUEmulator.
Single-step through it and see if it did the right thing.
static.8 should pop into RAM[16] since it is the only RAM variable.
You will likely be doing a lot of single-step testing of code snippets as you implement the more complex VM commands.