"And the winner is...." 
Sunday, March 1, 2009, 05:14 PM
Toooo long since I wrote my last MSX program, shame on me. But once again, MSXDev winners have been announced. Have fun with their games by clicking the "related link" here below.
  |  related link

Javascript project planner 
Sunday, December 28, 2008, 07:53 PM
Here's my last experiment: go to "PC Software" menu on the right and look for the logo, or just click the related link below.

The project planner webpage can read a set of dependent activities with their time length (in days). Click "Generate plan", and the application calculates the project calendar and a Gantt diagram using ASCII charachters.

To better understand how the planner works, just look at the example and play a bit with it.
  |  related link

Dijkstra's Algorithm - AWK Script 
Friday, November 7, 2008, 07:47 PM
In the "PC Software" section on the right menu, you'll find a new entry: An AWK script for the Dijkstra's Algorithm.

It's an AWK script to find the shortest path on a graph, represented in a textual form. Don't know who might need it, hope it helps anyway.
  |  related link

I.N.E.R.T.I.A. Howto correction: crt0.o had a wrong address 
Thursday, October 23, 2008, 05:59 PM
Thanks Maurizio for pointing out the error: the crt0.o file available in the tutorial had the wrong origin address (0x8000 instead of the correct one, 0x4000). The original source crt0msx.s was correct.

I recompiled crt0msx.s and replaced the crt0.o file, so the tutorial should now run straight. By the way, the command line I used to compile the ".s" file is:

as-z80 -o crt0.o crt0msx.s

Hope it helps :)
  |  related link

Still frying my brain with parsers... 
Saturday, September 20, 2008, 10:06 PM
The PCCTS suite helps building parsers, lexers and tree walkers in C++ in a structured way.

Nice, but build the AST node + build the grammar + build the lexer + build the treewalker + adjust the makefile + read docs definitely *isn't* an immediate task. Hope to upload here soon my small example project, bye.
  |  related link

Status update 
Saturday, July 26, 2008, 12:50 PM
My recent activities weren't MSX-related. Among others, I tried using the Eclipse IDE for a small C++ project; it works fairly well.

Integrating Eclipse and the SDCC Z80 cross compiler would be a nice experiment; if I try, of course you'll be kept informed :)
  |  related link

MSX: 1983-2008 
Friday, June 27, 2008, 06:16 PM
You don't seem that old. Happy birthday!
  |  related link

The Software Bin works again 
Friday, June 6, 2008, 09:10 PM
Sorry for the recent breakdown of the site; I had a look at the hosting provider forum, they say they had an explosion with fire in their datacenter located in Houston, Texas.

They now restored their power systems, but I can't refrain from saying the silly thing:

"... bzz bzz... Houston ... bzz... we have a problem..."
  |  related link


Next