Re: A86: Two questions


[Prev][Next][Index][Thread]

Re: A86: Two questions



> 2: How to generate a random number between 0 and 4 in an asm-program? Anybody have an example of that?

you have to store 4 in a register ( i tried a but it didnt work so
experiment with the others and you should find it quickly)
then call _RANDOM ;number is stored in a


References: