NockPU/memory
2024-03-08 15:43:13 -05:00
..
opcode_5 added more tests 2024-02-28 16:47:04 -05:00
add_equal.hex added more tests 2024-02-28 16:47:04 -05:00
add.hex added +add example 2024-03-08 15:43:13 -05:00
atom_incr.hex got opcode 6 working. had to do some changes to increment and traversal for indirect cells 2024-03-01 12:04:26 -05:00
autocons2.hex testing different subopcodes 2024-02-15 19:48:04 -05:00
autocons.hex started autocons 2024-02-14 16:34:50 -05:00
cell_auto.hex added some autocons tests 2024-02-16 13:24:52 -05:00
cell_tb.hex got increment working 2024-02-19 19:12:00 -05:00
constant_tb.hex added cell (opcode 3) this required changes to how slot and constant returned atoms and cells 2023-12-07 19:51:58 -05:00
decrement.hex fixed memory leak 2024-03-06 13:34:16 -05:00
evaluate2.hex got execute working 2024-01-23 16:52:54 -05:00
evaluate3.hex fixed eval, increment is broken 2024-01-23 15:09:39 -05:00
evaluate4.hex execution only happens when hed and tel have been visited, this makes sure the deepest right most cell gets executed first 2024-02-17 17:48:28 -05:00
evaluate.hex getting closer to correct evaluate 2024-01-23 14:40:52 -05:00
if_ans2.hex started on if then else 2024-02-28 17:10:25 -05:00
if.hex fixed overwrite issue for opcode 2, 6,7,8 2024-03-05 13:50:06 -05:00
inc_slot.hex fixed eval, increment is broken 2024-01-23 15:09:39 -05:00
increment.hex got increment working 2024-02-19 19:12:00 -05:00
memory_tests.md added documentation about memory tests 2023-05-12 10:21:47 -04:00
memory.hex fixed memory model to 64 bits 2023-11-28 15:55:17 -05:00
memory.mif forgot to add files 2022-02-24 17:20:20 -05:00
nested_increment.hex added cell (opcode 3) this required changes to how slot and constant returned atoms and cells 2023-12-07 19:51:58 -05:00
noun_converter.py putting a commit mark before i much with the traverseal 2024-03-04 15:15:48 -05:00
noun.py added jammed noun converter 2024-01-26 09:32:44 -05:00
opcode7.hex got opcode 6 working. had to do some changes to increment and traversal for indirect cells 2024-03-01 12:04:26 -05:00
opcode8_2.hex got opcode 8 done 2024-03-01 13:00:27 -05:00
opcode8_nested.hex putting a commit mark before i much with the traverseal 2024-03-04 15:15:48 -05:00
opcode8.hex got opcode 8 done 2024-03-01 13:00:27 -05:00
opcode9_2.hex got opcode 9 working 2024-03-02 13:32:17 -05:00
opcode9_9201.hex putting a commit mark before i much with the traverseal 2024-03-04 15:15:48 -05:00
opcode9_incr.hex putting a commit mark before i much with the traverseal 2024-03-04 15:15:48 -05:00
opcode9.hex got some of opcode 9 working, I think there is a bug with indirect pointers not sure what to do 2024-03-01 15:54:09 -05:00
opcode10.hex got execute 10 working 2024-03-07 15:55:18 -05:00
opcode11_dynamic.hex forgot opcode11 examples 2024-03-08 14:05:09 -05:00
opcode11_static.hex forgot opcode11 examples 2024-03-08 14:05:09 -05:00
slot_tb.hex slot now returns pointers to cells and not cells themselves 2023-12-07 17:15:02 -05:00
wtf.hex putting a commit mark before i much with the traverseal 2024-03-04 15:15:48 -05:00