-
Notifications
You must be signed in to change notification settings - Fork 1
Home
ScriptCoolestIdkSomeOne edited this page Aug 4, 2026
·
2 revisions
So, im gonna just follow the standard to make documentation
| Header | LSS | Useful? |
|---|---|---|
| Introduction | Information about project | Yes |
| Quick Start | What is this project | Not this much |
| JIT Details | What components do what | Yes |
| API Reference | What this project have | Yes |
| Macros | What macrosses this project have | Yes |
| Roadmap | What is planned | No |
| Contributing | How to contribute | Yes |
This document provides a comprehensive overview of the x64asm API, including available endpoints, request/response formats, authentication requirements, and other technical specifications intended to assist developers and system integrators in utilizing the API effectively.
- API Base URL: None
- API Version: 2.0
- Contact Email: velikiydad@gmail.com
| Name | Editable? | Description |
|---|---|---|
| x64_asm.h | yes | contains parser logic |
| x64_core.h | no | contains main Emitter functions |
| x64_instructions.h | yes | contains main instructions |
| x64_labels.h | no | contains labels |
| x64_memory.h | no | contains main memory functions |
| x64_registers.h | no | contains registers |
| x64_skin.h | yes | contains instructions |
- Error Table: In the plans, i have an idea to make some kind of algorithm to understand what user writes and is it correct or not
- Safety: Because this library doesn't have safety to check if the thing that the person did is right, so i think that we can just add it in the future as Extension Pack
- Extension Packs: Extension Packs would be like a little addition to the main API so you can include one addition pack that you need don't use other components that you don't need
test