RE: VIA C3 hack
- Posted by Pete E <euphoria at eberlein.org> Aug 25, 2004
- 455 views
Ken, It will only work if you actually have a VIA C3 processor, but this should do the trick: constant proc = allocate(4) poke(proc, { #DB,#E3, -- 0: finit #9B, -- 2: wait #C3}) -- 3: ret call(proc) If it does work, please let me know. --Pete E Ken Orr wrote: > > > posted by: Ken Orr <orr_kenneth at yahoo.ca> > > > Hi, > > Is there a way to adapt the VIA C3 FPU hack in > tp://www.vanshardware.com/articles/2004/03/040331_C3Fpu/040331_C3Fpu.htm > from Delphi to Euphoria? > > Thanks, > > Ken