loderpaul8166 loderpaul8166 06-03-2024 Computers and Technology contestada Translate the following C code into Nios II assembly. Assume all variables have already been defined and initialized.batman =15; robin =1 while (batman >0 ) robin = robin +( batman /2) \}