This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Hex Workshop Structure library file for Java Classfile v61.0 and above | |
* Copyright (c) 2023 Nader Jafari | |
* Unfortunately it's nearly impossible to specify all the different attributes | |
* for Hex Workshop as it requires fetching the name from the constant pool | |
* and comparing Strings | |
*/ | |
#pragma displayname("Java Classfile v61.0+") | |
#pragma fileextensions(".class") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -------- | |
# Hardware | |
# -------- | |
# Opcode - operational code | |
# Assebly mnemonic - abbreviation for an operation | |
# Instruction Code Format (IA-32) | |
# - Optional instruction prefix | |
# - Operational code |