|
GE-115 Emulator
An Emulator of the General Electrics GE-115 computer
|
#include <stdint.h>#include <stddef.h>Go to the source code of this file.
Functions | |
| int | ge_disasm_one (const uint8_t *mem, uint16_t addr, char *out, size_t outn) |
| int | ge_disasm_window (const uint8_t *mem, uint16_t pc, int before, int after, char *out, size_t outn) |
| int ge_disasm_one | ( | const uint8_t * | mem, |
| uint16_t | addr, | ||
| char * | out, | ||
| size_t | outn | ||
| ) |