Update assembler/usage
@@ -4,6 +4,13 @@
|
|||||||
|
|
||||||
This document provides a comprehensive reference for the DSA (Damn Simple Architecture) assembly language, including all hardware instructions and pseudo-instructions with their syntax variations and usage examples.
|
This document provides a comprehensive reference for the DSA (Damn Simple Architecture) assembly language, including all hardware instructions and pseudo-instructions with their syntax variations and usage examples.
|
||||||
|
|
||||||
|
**Contents**
|
||||||
|
- [Registers](https://git.zxq5.dev/LowLevelDevs/damn_simple_architecture/wiki/assembler%2Fusage#registers)
|
||||||
|
- [Hardware Instructions](https://git.zxq5.dev/LowLevelDevs/damn_simple_architecture/wiki/assembler%2Fusage#hardware-instructions)
|
||||||
|
- [Pseudo Instructions](https://git.zxq5.dev/LowLevelDevs/damn_simple_architecture/wiki/assembler%2Fusage#pseudo-instructions)
|
||||||
|
- [Code Examples](https://git.zxq5.dev/LowLevelDevs/damn_simple_architecture/wiki/assembler%2Fusage#example-programs-and-libraries)
|
||||||
|
|
||||||
|
|
||||||
## Syntax Conventions
|
## Syntax Conventions
|
||||||
|
|
||||||
- `reg` - Register operand
|
- `reg` - Register operand
|
||||||
|
|||||||
Reference in New Issue
Block a user