Age | Commit message (Collapse) | Author |
|
number being in decimal; Update readme;
|
|
instructions; Update log function; Add equivalent write functions; Fix conditional execution; Fix branch; Add device helper structure; Update trap print; Reenable overflow checks; License under AGPL3; Fix default configuration not being made; Update readme; Add spsr registers;
|
|
Remove Application::end method; Add comments; Add function for logging; Use TOML for configuration; Depend on Serde; Update readme; Remove unused Configuration::create;
|
|
|
|
ASCII-text; Don't default image; Add configuration file;
|
|
Combine Application and Emulator structures; Rename opcode method to decode;
|
|
helper functions; Update naming convention;
|
|
instructions; Set signal handlers;
|
|
to CHANGELOG.txt); Write in Rust; Update gitignore; Use Git tagging;
|
|
|
|
|
|
|
|
|
|
|
|
executable.
|
|
files. Fix PGKBUILD version not considering version 0. Add new language example. Begin rewrite of entire codebase. Move old codebase into the "old" folder. Begin creation Luma stdlib API. Build "luma.bin" file instead of "luma.elf".
|
|
reorganize source code structure in filesystem
remove gfxlib in favour of language-bindings to underlying libraries
adjust compiler optimization flags
improve c++ stdlib replacement
create cmd argument handler
unite core functions in class with app data (replaces luma::dat) for
easier access (no friends needed, "this->" instead of "luma::dat.")
reformat README into HTML (temporary change, will be reformated again in
later commit)
|