Once a JAS file has been assembled and loaded, it can be re-assembled and loaded using Assemble/Load | Current JAS Assemble/Load without requiring further file selection. This example also shows what happens when there is an error in a JAS program.
OK BIPUSH 65 OUT BIPUSH 79 OUT BIPUSH 75 OUT HALT
IJVM Assembler... 1433: Invalid instruction: ok 1424: Invalid goto label: ok
so that the program looks like it did originally.BIPUSH 65 OUT