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"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.