maturita.git
2025-03-26 bylexImprove API - make headers cleaner, split them off
2025-02-26 bylexSplit opcodes.c to opcodes.c and .h
2025-02-26 bylexFix stack instructions
2025-02-26 bylexFix loading memory and add simple stack test
2025-02-20 bylexadd examples
2025-02-20 byleximprove docs, add dpx
2025-02-20 bylexmakefile
2024-11-15 Martin BilekQoL improvements in interpreter
2024-11-15 Martin BilekAdd lor instruction
2024-10-29 bylexAdd graphics support usign TIGR
2024-10-16 bylexImprove memory management(stop leaks)
2024-10-16 bylexRemove old commented code
2024-10-16 bylexAdd support for memory keywords in assembler
2024-10-10 bylexFix incorrect function parameters in jmp instruction
2024-10-10 bylexImprove parsing of labels
2024-10-10 bylexFix issue with jump instruction and incorrect addressing
2024-10-09 bylexAdd loading capability to interpreter
2024-10-09 bylexImprove error messages
2024-10-03 bylexImprove assembler
2024-10-02 bylexAdd basic assembler code
2024-10-02 bylexUpdate interpreter and opcodes header
2024-09-25 bylexDelete unused variable
2024-09-25 bylexFix output issue
2024-09-25 bylexAdd gitignore and basic makefile
2024-09-25 bylexAdd initial interpreter state
2024-09-25 bylexAdd initial opcodes file