View Single Post
  #5   Spotlight this post!  
Unread 16-04-2011, 17:43
divisionByZero0's Avatar
divisionByZero0 divisionByZero0 is offline
Hexadecimal Hacker Droid no. 0x2328
FRC #0498 (Cobra Commanders)
Team Role: College Student
 
Join Date: Jan 2011
Rookie Year: 2008
Location: Glendale, AZ
Posts: 30
divisionByZero0 is an unknown quantity at this point
Wink Re: Assembly Language FRC Robots????

It's a good idea to have an assembly copy of source code to see what the executable will do exactly. That way you can see what the high language version of the code will look like in an assembly code debugger. You can also rewrite certain parts of you high language code into certain algorithms that will use the same inputs, sends the same outputs, and using the same resources (via. I/O, RAM, etc.). While at the same improving the speed and/or size of the code.

With enough knowlegde with assembly, you could do anything. Like hardware-level debugging, I/O programming to connected ports on the computer, self-modifiing code, super-sneaky virus hacking, network security weaking, disabling global satellites, reverse engineer executable code for network servers that'll force-delete every websites' and connected home computers' data, tuning the Internet into nothing but a super-massive black hole of sacred, manmade data, of which all the 0's and 1's will be gobbled up and every bit of memory will be turned into 2's!!!!!!!!!!!!!!


(Sorry, too evil....)
Though first paragraph I am serious.
__________________

498 Student Programmer: 2008 to 2011
498 Hemi-mentor: 2011 to ....

If all else fails, multiply both sides by zero to neutralize the equation.

Last edited by divisionByZero0 : 16-04-2011 at 17:45. Reason: Grammer typo.....
Reply With Quote