MicrOS
|
Go to the source code of this file.
Functions | |
static void | push_byte (v8086 *machine, uint8_t value) |
static void | push_word (v8086 *machine, uint16_t value) |
static void | push_dword (v8086 *machine, uint32_t value) |
static uint8_t | pop_byte (v8086 *machine) |
static uint16_t | pop_word (v8086 *machine) |
static uint32_t | pop_dword (v8086 *machine) |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |