Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sHeZ123

    Help with translating C code into assembler code

    Thank you mikrom. With this compiled now how would I now produce an execution trace of all the possible combinations of inputs?
  2. sHeZ123

    Help with translating C code into assembler code

    Hi im doing a project that moves a robot around a maze avoiding walls and need some help with converting C code into assembly code. #include <stdio.h> int left_feeler; int right_feeler int left_speed; in right_speed; void main () { While (1) { printf(" left feeler="); scanf( "%d/n"...

Part and Inventory Search

Back
Top