luz-cpu icon indicating copy to clipboard operation
luz-cpu copied to clipboard

Educational open-source CPU suite (with assembler, linker and simulator)

Results 1 luz-cpu issues
Sort by recently updated
recently updated
newest added

This looks interesting - I've installed this and have partial success set PYTHONPATH=%PYTHONPATH%;C:\PythonTests\luz-cpu-master\luz_asm_sim\ cd tests_full\ C:>"C:\Program Files\Python36\python.exe" C:\PythonTests\luz-cpu-master\luz_asm_sim\tests_full\run_full_tests.py REM Test .\exception_simple...OK REM Test .\link_files...OK REM Test .\loop_simple...OK REM Test .\loop_simple_debugqueue...OK...