minor change in readme
This commit is contained in:
parent
19ab7d0c94
commit
c5ce7ac651
1 changed files with 4 additions and 4 deletions
|
|
@ -7,10 +7,10 @@ What is 'opcode'?
|
||||||
|
|
||||||
The goal of the project is to let developers dynamically create classes, using a simplified version of standard java opcodes. For instance:
|
The goal of the project is to let developers dynamically create classes, using a simplified version of standard java opcodes. For instance:
|
||||||
instead of having to choose between:
|
instead of having to choose between:
|
||||||
- INVOKE_SPECIAL
|
- ```INVOKE_SPECIAL```
|
||||||
- INVOKE_VIRTUAL
|
- ```INVOKE_VIRTUAL```
|
||||||
- INVOKE_DYNAMIC
|
- ```INVOKE_DYNAMIC```
|
||||||
- INVOKE_INTERFACE
|
- ```INVOKE_INTERFACE```
|
||||||
|
|
||||||
developers can just write ```INVOKE``` and the compiler will figure out the correct instruction to put in the class file.
|
developers can just write ```INVOKE``` and the compiler will figure out the correct instruction to put in the class file.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue