This program shows how to make an interpreter. The script is based on the assembly language with jumps and labels but still programs graphical output just the same as Logo's Turtle. It has 5 html help files. I hope you like it. Please comment on the program. I'd like to know what changes or additions might be good for the program.
File List:
AsmTurtle description.txt
2Kb
Circle.trt
78b
DebugU.dcu
6Kb
DebugU.dfm
345b
DebugU.pas
3Kb
DebugU.~df
345b
DebugU.~pa
3Kb
Help.html
2Kb
HelpC.html
3Kb
HelpGlossary.html
3Kb
HelpLPS.html
2Kb
HelpV.html
1Kb
MyTurtle.cfg
323b
MyTurtle.dof
1Kb
MyTurtle.dpr
463b
MyTurtle.res
1Kb
MyTurtle.~dp
372b
Options.dcu
4Kb
Options.dfm
1Kb
Options.pas
1Kb
Options.~df
1Kb
Options.~pa
1Kb
OutputU.dcu
3Kb
OutputU.dfm
436b
OutputU.pas
1Kb
OutputU.~df
436b
OutputU.~pa
1Kb
Procs.trt
437b
Spiral Wave.trt
116b
Spiral.trt
172b
Square.trt
73b
SquarePattern.trt
172b
TURTLEU.dcu
23Kb
TURTLEU.dfm
3Kb
TURTLEU.pas
28Kb
TURTLEU.~df
3Kb
TURTLEU.~pa
28Kb
star.trt
259b
Similar code
Alpha Blending
(Popularity: ) : This program averages bitmaps together but also at different ratios in different areas depending on the colours of another bitmap. It uses ScanLine to manipulate the pixels of the 3 bitmaps in the blend so it is smooth for small ... Engine3d
(Popularity: ) : This source code demonstrates the techniques used to handle 3D graphics from scratch - without using an API such as OpenGL. The code includes Gouraud shading, which gives much better quality than flat shading for curved surfaces. Also included are ... Control Alpha Blend Value
(Popularity: ) : This code allows a user to control the alpha blend value of a form at runtime. Really simple stuff, the code isnt commented because its self explanitory. Dunno if this will help anyone or not, I was bored and though ... Convert ImageList (XP Fix)
(Popularity: ) : This example will convert any TImageList to 32-Bit, and this will fix various XP formatted icon problems. I found the conversion procedure online somewhere, and I am NOT its original author. But I have put it together into this example. ASM Animation
(Popularity: ) : This program creates an animation using blitting with assembly after getting memory addresses of pixel information using scanline. To understand the code, you'll need some knowledge of assembly. AVICQ project
(Popularity: ) : AVICQ is a ICQ like communicator with duplex audio and video. Bitmap Animation Component
(Popularity: ) : Put TImageList And TBitmap Component in Your Form And Animate! P.S. When Adding Images To ImageList You NeedTo ChangeTransparent Colorothe wise You'll get mess... DirectX Sharks Screensaver
(Popularity: ) : This is a Delphi translation of my award winning Visual Basic code, which I made about a year ago. It uses DirectX 7 to display sharks swimming around. This version includes a configuration screen which allows you to choose how ... Simple video player
(Popularity: ) : Simple video player. A good example for beginners. Can play AVI. MPG, MPEG, not sure about DVD encoded videos. Features include: play, pause, stop, tracking, mute, zoom in and out, and fullscreen. If you like this then please rate. Transparent Picture-Form
(Popularity: ) : This code will allow you to make a form with a transparent picture instead of a form. So you don't have to use the old, (quite boring) square form. It also shows you how to drag a form without a ...