GeoInter / Leguan

WIP instruction set simulator for LEGv8 instruction set
MIT License
1 stars 0 forks source link

Add program to memory #62

Closed GeoInter closed 2 months ago

GeoInter commented 4 months ago

the actual code/ text segment is part of the memory and therefore should also be displayed. The Memory is currently a TreeMap<Long, Byte>.

Fib_TextSegment

ToDos:

GeoInter commented 4 months ago
GeoInter commented 4 months ago

encoding conditionals: https://developer.arm.com/documentation/den0024/a/The-A64-instruction-set/Data-processing-instructions/Conditional-instructions encoding conditionals LEGv8 Machine Code Translator https://github.com/Reveran/LEGv8-Machine ARM Encoding table https://github.com/CAS-Atlantic/AArch64-Encoding/blob/master/AArch64_ops.csv