Hey, Im new to assembly language, trying to learn it on my own, comming along okay, I found plenty of information, but I was writing a program and I need to take x to the nth power... like 2^5 or 3^6 or whatever, is there a math command for powers? or some simple way to do it? or do I have to make my own macro or something?
I guess I could make my own.. but I thought it would be really inefficient especialy if there was a command for it already built in... I am using it inside a rather large loop so writing it out doesnt seem like something I want to do, but I will if thats all the choice I have..
I guess I could make my own.. but I thought it would be really inefficient especialy if there was a command for it already built in... I am using it inside a rather large loop so writing it out doesnt seem like something I want to do, but I will if thats all the choice I have..