
Not yet tested on the firewall box but now I can configure and build w/o nasty exits etc...
so far as Pascal / C and the like:
my first language was C= Commodore Basic on a VIC 20
hardware hacks: home built tape interface for data storage
and a rom chip from one cart added to another to give more functions.
after that I learned 6502 assembler and C on a C= Commodore 128
from that I went on to an Amiga 500 and a string of differnt PC's
PC XT, PC AT, 386, etc...
when I first did my C and ASM on the 128 I was able to follow the code traslation from C to asm code ... and learned a *LOT* then.
to me C *IS* an assembly language thats just a bit more abstract.
I was writing classes with pointers to functions at the same time as C++ was first sold to programmers as the new thing to have...
I said heck a class is just a struct with pointers to functions!
Give me the right pointer and I'll re-boot the universe

-- Or hack the Matrix --