Re: A86: random numbers
[Prev][Next][Index][Thread]
Re: A86: random numbers
I would suggest that everyone getting into asm download the ACZ include
files: http://asmstudio.acz.org/ACZinc.zip
There are many changes to calls from the "old standard". For example
CONVOP1 is now _convop1 (lowercase). Most calls are lowercase, and camel
notation is used instead of hungarian. Also, many of the calls are replaced
by more meaningful names. For example, UNPACK_HL is replaced by _divHLby10.
>
> _randint is in "ti86und.inc" Also, CONVOP1 has to be in caps.
>
References: