Turiko
Banned
As you might be aware I code almost exclusively in assembly language. I am really sorry but I cannot get my mind wrapped around C, C++ or C# it is simply too "out-of-order" for me and I cannot get applications developed on it for embedded systems. These languages are way too obfuscated for me and I was not impressed when I happened to discover last year that the C was bloating the code we were working on even with the compiler set to max optimization. Ended up chucking the C and doing it ALL in assembler and finally the code all fitted in the allocated space with space to spare.
The only high-level language I can get my mind around is Delphi. This is what I use to write Windoze apps to talk to my assembly-language coded hardware, particularly for environments where I've installed my own device driver and I need to pull bytes from USB devices I made or PCI cards I made.
Who here works in Delphi? Would be interested to correspond/share advice with you
The only high-level language I can get my mind around is Delphi. This is what I use to write Windoze apps to talk to my assembly-language coded hardware, particularly for environments where I've installed my own device driver and I need to pull bytes from USB devices I made or PCI cards I made.
Who here works in Delphi? Would be interested to correspond/share advice with you