From b4bdb509a1e1c58a84c2184f51883916edab89f6 Mon Sep 17 00:00:00 2001 From: TimothyLottes Date: Sat, 12 Nov 2016 08:42:38 -0500 Subject: [PATCH] Add files via upload --- 20070921.html | 38 ++++++++++++++++++++++++++++++++++++++ index.html | 3 ++- 2 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 20070921.html diff --git a/20070921.html b/20070921.html new file mode 100644 index 0000000..eddc324 --- /dev/null +++ b/20070921.html @@ -0,0 +1,38 @@ +
+

20070921 - Assembler in Atom4th

+
+ +
+
+ + + +Nearly finished with writing a x86-32/64 bit assembler in the Atom4th language. The shot above shows about 50% of the code, excluding the opcode tables. In the process, I've changed a few things about the editor and fine-tuned the programming style. The final code for the assembler (which I still have to test) is nearly the same as what I had prototyped in Excel, see the screen shot from 20070910, except I've moved the assembler over to being fully compiled instead of interpreted. +
+
+Again, Why Atom4th? +
+The way I like to think about this is like the difference between your average bland front wheel drive car which might be able to do a one wheel burnout if you mash the gas pedal, and a raw striped down vintage road racing prototype race car. +
+
+99.99999% of people enjoy the comfort of knowing absolutely nothing about their car (after all, what the hell is a one wheel burn out anyway?), it gets good gas millage and goes from A to B. This front drive car is like C and other common languages. It is the work horse of near the entire world. +
+
+For the other 0.00001% there is the need for something different, something that requires intimate knowledge of the machine, purpose built to extract extreme performance, and yet simple enough to work on. This is the essence of vintage. To go back to simpler times, and have the freedom and access to do awesome things. Atom4th is that exotic vintage race car designed for those who get an adrenaline rush from the chest pounding 100+ decibel exhaust note and taste of ultra high octane leaded race gas. +
+
+So What's Next +
+Building this beast is taking longer than I expected, but with the assembler soon done, I'll be back onto the game engine, porting it to and optimizing it in Atom4th. I'm guessing the 4000 lines of C game engine code will factor out and simplify into about 32 Atom4th pages (at 32 line pairs per page). Porting the Atom4th editor into Atom4th is about 1800 lines of C code to port, so I'm going to skip that until way later, so I can get back to work on the actual game. +
+
+ + + + + + + +
+ + diff --git a/index.html b/index.html index 6ad2b3c..5119f4d 100644 --- a/index.html +++ b/index.html @@ -23,7 +23,7 @@ O OOO ||..||OO||||||||||OOo || ||||||||||||| ||||OO|| |o| ||||||||OO||OOO .. .. . .// . ... /

 
-

20161110 - Archive

+

20161112 - Archive


Existing online pages migrated over, working on restoring older content (353 pages to go through)

@@ -214,6 +214,7 @@ O OOO ||..||OO||||||||||OOo || ||||||||||||| ||||OO|| |o| ||||||||OO||OOO
2007
+20070921 - Assembler in Atom4th
20070910 - 2 4th | !2 4th

20070822 - New Pipeline Progress