Embedded Systems
asmx87.asc
Associated article: Assembly Language Programming for the 80x87
Tags: Embedded Systems Design
_ASSEMBLY LANGUAGE PROGRAMMING FOR THE 80X87_ by Nicholas Wilt [LISTING ONE] ; pow.asm: integer power function callable from Borland C++. ; Copyright (C) 1991 by Nicholas Wilt. All rights reserved. .MODEL LARGE,C .CODE ; double intpow(double x, unsigned int y); ; Returns ...


