Add files via upload

This commit is contained in:
TimothyLottes
2016-11-12 08:52:10 -05:00
committed by GitHub
parent b4bdb509a1
commit ed1bbde152
2 changed files with 16 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<html><head><link rel="stylesheet" href="style.css"></head><body><div class="page">
<h1>20070919 - Editor Working</h1>
<br>
<center><img src="20070919.jpg"></center>
<br>
Got the editor fully working, 1800 lines of highly factored dense C code (I put multiple statements on one line). Now moving into incorporating the Atom Forth interpreter (which is only one page of assembly), followed by writing the assembler in Atom Forth, and lastly porting the editor and interpreter over to Atom Forth. Will then be able to edit the source code of the editor from within the editor itself, which is great for extending/modifying the editor when I need new keyboard shortcuts or other features!
</div></body></html>
+1
View File
@@ -215,6 +215,7 @@ O OOO ||..||OO||||||||||OOo || ||||||||||||| ||||OO|| |o| ||||||||OO||OOO
<br>
<b>2007</b><br>
<a href="20070921.html">20070921 - Assembler in Atom4th</a><br>
<a href="20070919.html">20070919 - Editor Working</a><br>
<a href="20070910.html">20070910 - 2 4th | !2 4th</a><br>
<br>
<a href="20070822.html">20070822 - New Pipeline Progress</a><br>