c%2B%2B/rgb-assembler/rgb-assembler.cpp
Mon, 25 Dec 2017 01:27:44 +0100 memory: rename, refactor
Mon, 25 Dec 2017 00:34:27 +0100 rename memory.h to Memory.h
Mon, 25 Dec 2017 00:24:07 +0100 wrap memory in a class
Sun, 24 Dec 2017 00:47:34 +0100 comments, formatting
Sun, 24 Dec 2017 00:30:54 +0100 license: GNU GPLv3+
Sun, 24 Dec 2017 00:17:12 +0100 move standard commands (codes) to a header file
Sun, 24 Dec 2017 00:12:58 +0100 parametric INCREMENT and DECREMENT
Sun, 24 Dec 2017 00:08:55 +0100 INCREMENT and DECREMENT in class
Sat, 23 Dec 2017 23:50:44 +0100 GOTO_COMPARE in class
Sat, 23 Dec 2017 23:47:37 +0100 COLOR in class
Sat, 23 Dec 2017 23:45:27 +0100 END in class
Sat, 23 Dec 2017 23:42:46 +0100 SLEEP in class
Sat, 23 Dec 2017 23:34:21 +0100 GOTO in class
Sat, 23 Dec 2017 23:24:51 +0100 move memory functions to a header file + introduce Command classes
Sat, 23 Dec 2017 20:13:24 +0100 move typedefs to a header file
Sat, 23 Dec 2017 17:52:32 +0100 check memory bounds in read() and write()
Sat, 23 Dec 2017 17:33:49 +0100 index in read() and write() is in same units as memory type
Fri, 22 Dec 2017 18:14:40 +0100 comment, rename, reformat
Fri, 22 Dec 2017 18:09:58 +0100 GOTO_COMPARE
Fri, 22 Dec 2017 17:15:15 +0100 INCREMENT, DECREMENT
Fri, 22 Dec 2017 16:21:10 +0100 documentation + LED position
Fri, 22 Dec 2017 16:10:56 +0100 local variables inside switch
Fri, 22 Dec 2017 00:21:29 +0100 debug output formatting
Fri, 22 Dec 2017 00:00:04 +0100 COLOR
Thu, 21 Dec 2017 21:55:26 +0100 template / generic write() function
Thu, 21 Dec 2017 21:49:15 +0100 template / generic read() function
Thu, 21 Dec 2017 18:13:35 +0100 malloc + free
Thu, 21 Dec 2017 17:52:30 +0100 SLEEP
Thu, 21 Dec 2017 17:22:55 +0100 commands in hexadecimal
Thu, 21 Dec 2017 17:18:22 +0100 writeAddress()
Thu, 21 Dec 2017 17:06:39 +0100 GOTO
Thu, 21 Dec 2017 16:18:23 +0100 use malloc instead of an array (the memory contains sequence of various types so typed array makes no sense)
Thu, 21 Dec 2017 15:17:37 +0100 increment index in th read function
Thu, 21 Dec 2017 13:30:54 +0100 first version