2023-02-06 02:27:33 -06:00
|
|
|
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
|
|
|
|
#include "print.h"
|
|
|
|
#include "kbd.h"
|
|
|
|
#include "v86defs.h"
|
|
|
|
#include "helper.h"
|
2023-02-14 23:48:11 -06:00
|
|
|
#include "file.h"
|
2023-02-06 02:27:33 -06:00
|
|
|
|
2023-02-17 06:21:43 -06:00
|
|
|
void HexEditor(char *path);
|
|
|
|
void TextViewTest(char *path);
|
|
|
|
void ProgramLoadTest(char *path);
|