Need help with ASM

New to FreeBASIC? Post your questions here.
marcov
Posts: 3455
Joined: Jun 16, 2005 9:45
Location: Netherlands
Contact:

Re: Need help with ASM

Post by marcov »

Then you are memory bound. Which is not so strange with only one instruction (OR), the rest load/store and loop skeleton.

But it might depend on system.
Post Reply