summaryrefslogtreecommitdiff
path: root/miniemu
AgeCommit message (Collapse)Author
2018-09-24added link to LMC, a very old and very simple miniemu/miniasm-like projectAndreas Baumann
2018-06-16no extern for function prototypes in header files (no clue, why I always do ↵Andreas Baumann
that :-) ) added itoa from abaos to minilib
2018-06-14flag renames in CPU emulatorAndreas Baumann
2018-05-01quite some fixesAndreas Baumann
2017-10-28pcc works but throws warnings about '#pragma once', I know it isAndreas Baumann
not standard, but having only that in the langauge helps to avoid writing a C preprocessor
2017-10-28added some comments on the CPU registersAndreas Baumann
tried to build with tcc, works, added to README(s)
2017-01-01initial checkinAndreas Baumann