diff --git a/src/code/README.txt b/src/code/README.txt index 683b927db0d655940f5a8523fba12ea12e85acd1..ccfa21de88a6e0e20b8515d6c24718e08f2fd9db 100644 --- a/src/code/README.txt +++ b/src/code/README.txt @@ -143,3 +143,9 @@ int INS_F_JUMP_WITH_TWO_ARGS(unsigned int op, void CHECK_RELOC(size_t reloc, size_t program_size) Check if a relocation is valid for the program. Should throw an error on bad relocations. + +OPCODE_INLINE_BRANCH + If defined test functions that return non zero if the branch + is to be taken will be generated for I_BRANCH instructions. + This is to facilitate easier inlining of branches in the + machine code. \ No newline at end of file