This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
ReC98
mirror of
https://github.com/nmlgc/ReC98.git
Watch
1
Star
1
Fork
You've already forked ReC98
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9f764fa6fb
ReC98
/
libs
/
BorlandC
/
math
/
emuvars[stack].asm
3 lines
43 B
NASM
Raw
Normal View
History
Unescape
Escape
[Reduction] #563-568: Floating-point emulator initialization Finally - and there was indeed no way around switching to JWlink, as ALINK v1.6 refuses to link the TH01 executables with a nondescript "Undefined base seg" message once nec_fpinit.asm is included.
2014-11-01 16:09:13 +00:00
SIZE_FPU
equ
45h
[Reduction] #548: Floating-point emulation data Well, we have to start reducing this mess somewhere. The actual reduced initialization code I've been preparing still fails to compile, and the data is shared with a number of other components anyway, so...
2014-10-19 21:21:01 +00:00
__emu
db
SI
ZE_FPU
dup
(
?
)