| Package | Description |
|---|---|
| org.boris.pecoff4j.asm |
| Modifier and Type | Class and Description |
|---|---|
class |
ADD |
class |
CALL |
class |
CMP |
class |
JGE |
class |
JMP |
class |
JumpIfInstruction |
class |
LEA |
class |
MOV |
class |
POP |
class |
PUSH |
class |
RET |
class |
SHL |
class |
SUB |
class |
TEST |
| Modifier and Type | Method and Description |
|---|---|
static AbstractInstruction |
AssemblyParser.parse(InputStream is) |
static AbstractInstruction[] |
AssemblyParser.parseAll(int offset,
InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
static void |
AssemblyFormatter.format(AbstractInstruction[] instructions,
PrintStream out) |
Copyright © 2018. All Rights Reserved.