Did you even understand my question? Microsoft created versions of MS-Basic where some used binary math routines, and some where they used BCD math routines. (For instance, the Model 100 is an 8080 version with BCD math routines, while most 8080 versions use binary math.)
I am trying to put together a generic binary-math version of MS-Basic for the Motorola 68000. I've found a Tandy 6000 version with BCD math routines in it, and now I'm looking (hoping) for a version with binary math routines, and I don't even know yet if they actually made one. So far, the only 68000 version of MS-Basic with binary math that I am aware of is the old Macintosh version, and that code is a mess because of all the necessary code segments, and also because of all the other stuff that they needed to cram into it support the Macintosh Toolbox routines.
Code:
D84E0: DC.B "TRS-80 Model 16 BASIC",$0A
DC.B "Version 1.02.00 [Decimal Math]",$0A
DC.B "Copyright (c) 1982 by Microsoft",$0A
DC.B "Created 27-Feb-1984",$0A
DC.B $00