| Package | Description |
|---|---|
| com.laamella.mpu6502.assembler |
| Modifier and Type | Class and Description |
|---|---|
class |
Bytes |
class |
Instruction |
class |
Label |
class |
Org |
| Modifier and Type | Method and Description |
|---|---|
static Line |
Line.bytes(int... bytes) |
static Line |
Line.label() |
static Line |
Line.line(int opcode) |
static Line |
Line.line(int opcode,
int operand) |
static Line |
Line.line(int opcode,
Line line) |
static Line |
Line.line(int opcode,
Supplier<Optional<Integer>> operand) |
static Line |
Line.org(int address) |
| Modifier and Type | Method and Description |
|---|---|
void |
Assembler.add(Line... lines) |
void |
Assembler.add(Line line) |
static Line |
Line.line(int opcode,
Line line) |
Copyright © 2018. All rights reserved.