public abstract class Line extends Object
| Constructor and Description |
|---|
Line() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
assembleTo(Consumer<Integer> data) |
static Line |
bytes(int... bytes) |
abstract int |
byteSize() |
Optional<Integer> |
getAddress() |
static Line |
label() |
static Line |
line(int opcode) |
static Line |
line(int opcode,
int operand) |
static Line |
line(int opcode,
Line line) |
static Line |
line(int opcode,
Supplier<Optional<Integer>> operand) |
static Line |
org(int address) |
Copyright © 2018. All rights reserved.