mirror of
https://github.com/rigreco/UniDisk.git
synced 2024-10-31 13:07:59 +00:00
FP-ADD
This commit is contained in:
parent
972848e5fb
commit
d8d8d18ab8
@ -1,6 +1,8 @@
|
||||
*
|
||||
* Unidisk 3.5 Driver <alfa>
|
||||
*
|
||||
* File Name: Unidrive4.s
|
||||
* Description: Floating Point ADD operation
|
||||
*
|
||||
* The target of this project is to use the Unidisk 3.5 drive to perform
|
||||
* specific numerical routines (integers and floating point numbers)
|
||||
* calculation in order to use it as a Apple II co-processor unit.
|
||||
@ -19,10 +21,12 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @com.wudsn.ide.asm.hardware=APPLE2
|
||||
*
|
||||
* Protocol Converter Call
|
||||
XC
|
||||
XC ; Enable 65C02 INSTRUCTION
|
||||
TYP $06 ; Binary File Type ignored in Merlin32 (Merlin 16+ RETRO compatibility)
|
||||
*AUX $8000 ; Auxiliary Type
|
||||
|
||||
ZPTempL equ $0006 ;Temporary zero page storage
|
||||
ZPTempH equ $0007
|
||||
** Zero page storage **
|
||||
|
Loading…
Reference in New Issue
Block a user