MicrOS
|
#include <v8086/memory_operations.h>
#include <v8086/mod_rm_parsing.h>
#include "bit_operations.h"
#include "internal_funcs.h"
Functions | |
int16_t | bit_test (v8086 *machine, uint8_t width) |
int16_t | bit_test_set (v8086 *machine, uint8_t width) |
int16_t | bit_test_reset (v8086 *machine, uint8_t width) |
int16_t | bit_test_complement (v8086 *machine, uint8_t width) |
int16_t | perform_group_8 (v8086 *machine, uint8_t width) |
int16_t | bit_scan_forward (v8086 *machine, uint8_t width) |
int16_t | bit_scan_backward (v8086 *machine, uint8_t width) |
int16_t bit_scan_backward | ( | v8086 * | machine, |
uint8_t | width | ||
) |
int16_t bit_scan_forward | ( | v8086 * | machine, |
uint8_t | width | ||
) |
int16_t bit_test | ( | v8086 * | machine, |
uint8_t | width | ||
) |
int16_t bit_test_complement | ( | v8086 * | machine, |
uint8_t | width | ||
) |
int16_t bit_test_reset | ( | v8086 * | machine, |
uint8_t | width | ||
) |
int16_t bit_test_set | ( | v8086 * | machine, |
uint8_t | width | ||
) |
int16_t perform_group_8 | ( | v8086 * | machine, |
uint8_t | width | ||
) |