Update README.md

This commit is contained in:
Rose Apollo 2024-04-18 09:50:08 +01:00 committed by GitHub
parent 8011ec8120
commit 4e8b1f915d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,15 +27,15 @@
| 0x16 | DIN | location | | reads value from disk at location to ACU | | 0x16 | DIN | location | | reads value from disk at location to ACU |
| 0x17 | DOT | location | value | writes value to disk at location | | 0x17 | DOT | location | value | writes value to disk at location |
| Register | Usage | | Number | Register | Usage |
|---------:|-----------------| |:------:|---------:|-----------------|
| R0 | general usage | | 0x0 | R0 | general usage |
| R1 | general usage | | 0x1 | R1 | general usage |
| R2 | general usage | | 0x2 | R2 | general usage |
| R3 | general usage | | 0x3 | R3 | general usage |
| ACU | Accumulator | | 0x4 | ACU | Accumulator |
| PC | Program Counter | | 0x5 | PC | Program Counter |
| SP | Stack Pointer | | 0x6 | SP | Stack Pointer |
| Area of RAM | reserved | usage | | Area of RAM | reserved | usage |
|:-------------:|:--------:|-------------------| |:-------------:|:--------:|-------------------|