DEATH eVADER
Space Core
- Joined
- Nov 10, 2003
- Messages
- 8,142
- Reaction score
- 19
Well I've just finished my course work that has to be handed in tomorrow morning before 9:00. This happens to be Assembler language, (AKA the dumbest f**king code on the planet) and so those easy-to-remember tags that you use in C++ don't exist. There is a method of using specific code, but its hard to remember. Thankfully, the majority of the code is a copy-and-paste job which can be repeated.
In Borland TASM (i.e. the code I'm working with), specific code comes in the form of 0ffh, 0016h, etc. The most difficult part is remembering what these tags do, the second hardest thing to do is to make sure your code is intact. The lack of colour coding makes it difficult to spot where the code is going.
So, what is the hardest code you have ever worked with?
In order of the hardest first, mine is:
-Assember
-C++
-XHTML
-HTML
In Borland TASM (i.e. the code I'm working with), specific code comes in the form of 0ffh, 0016h, etc. The most difficult part is remembering what these tags do, the second hardest thing to do is to make sure your code is intact. The lack of colour coding makes it difficult to spot where the code is going.
So, what is the hardest code you have ever worked with?
In order of the hardest first, mine is:
-Assember
-C++
-XHTML
-HTML