public class AssemblyParser extends Object
| Constructor and Description |
|---|
AssemblyParser() |
| Modifier and Type | Method and Description |
|---|---|
static AbstractInstruction |
parse(InputStream is) |
static AbstractInstruction[] |
parseAll(int offset,
InputStream is) |
static void |
print(Object o) |
static void |
println(Object o) |
static int |
readDoubleWord(InputStream is) |
public static AbstractInstruction[] parseAll(int offset, InputStream is) throws IOException
IOExceptionpublic static AbstractInstruction parse(InputStream is) throws IOException
IOExceptionpublic static int readDoubleWord(InputStream is) throws IOException
IOExceptionpublic static void print(Object o)
public static void println(Object o)
Copyright © 2018. All Rights Reserved.