Forget to add backend example files

This commit is contained in:
Christian 2020-12-27 13:21:32 +01:00
parent 0aa08315d1
commit 20fb9914ef
2 changed files with 18 additions and 0 deletions

17
out/examples-list.json Normal file
View File

@ -0,0 +1,17 @@
{
"available":
[
{
"title": "Simple Counter",
"version": "0.1",
"url": "examples/simple-counter.json",
"enabled": 1
},
{
"title": "Add 2 numbers(placeholder)",
"version": "0.1",
"url": "examples/adding.json",
"enabled": 1
}
]
}

View File

@ -0,0 +1 @@
{"model-version":1,"pc":{"addressBus":0,"dataBus":0,"instructionReg":0,"programmCounter":0,"uCounter":0,"accumulator":0,"ram":[100005,300000,200005,400000,0,5,0,0,0,0,0]},"uCode":["pc2ab","ram2db","db2ir","pcInc","ir2uc","n","n","n","n","n","ir2ab","ram2db","db2acc","ucReset","n","n","n","n","n","n","acc2db","ir2ab","db2ram","ucReset","n","n","n","n","n","n","accInc","ucReset","n","n","n","n","n","n","n","n","ir2pc","ucReset","n","n","n","n","n","n","n","n"],"autoscroll":true}