Commit Graph

17 Commits

Author SHA1 Message Date
lux 31c40f9f55 Add licence and readme. 2017-08-20 01:58:56 +02:00
lux 2831b26d99 Simplify main-loop invariant. 2017-08-19 13:07:24 +02:00
lux 64dfa8abbd Improve the output to help and add author. 2017-08-18 16:18:36 +02:00
lux bc97f5bd79 Follow 12 BIT address bus. 2017-08-17 20:50:36 +02:00
lux a907e23f9c Insert a user help function (-h) 2017-08-17 20:40:25 +02:00
lux 99a8dc35a7 Fix error in adress-determination in find_data(). 2017-08-17 17:49:48 +02:00
lux ac48d2c6b7 Comment code in the main-function 2017-08-17 15:28:30 +02:00
lux 0317a9ebfc Improve the graphical output. 2017-08-16 19:11:31 +02:00
lux d8b1d230da Add 2-complement interpretation for ALU 2017-08-14 22:37:03 +02:00
lux 82aba5e133 Add more CPU outputs for stdout. 2017-08-14 13:29:24 +02:00
lux c9b291ce38 Change input from scanf() to getchar() ! 2017-08-14 02:38:31 +02:00
lux caf2b81431 Finish rough ACCU implementation! 2017-08-10 23:08:50 +02:00
lux ad6f5a5854 Partially implement the Accu 2017-08-09 22:51:27 +02:00
lux 1bdbf7a7e7 Add new function find_data() to separate the instruction from op_code. 2017-08-07 20:59:17 +02:00
lux 683349d210 fix missing array initialization in initialse_ram() 2017-08-07 16:08:36 +02:00
lux 648f276051 chg. output ext. form cdump and chg strtoul param.
* change the endptr parameter from strtoul to NULL (toy.c)
	* change the file extension in coredump from .txt to .toy
2017-08-07 15:11:23 +02:00
lux 168a8b9bcf Initialer Commit 2017-08-02 20:10:36 +02:00