1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-09 06:29:38 +00:00

add comments

This commit is contained in:
mrdudz 2022-11-18 01:17:05 +01:00
parent d98b55f8ee
commit 6e7fae3795

View File

@ -84,15 +84,23 @@ fbnegeax:
.export ftosaddeax
ftosaddeax:
; arg0: a/x/sreg/sreg+1
; arg1: (sp),y (y=0..3)
jmp _float32_add
.export ftossubeax
ftossubeax:
; arg0: a/x/sreg/sreg+1
; arg1: (sp),y (y=0..3)
jmp _float32_sub
.export ftosmuleax
ftosmuleax:
; arg0: a/x/sreg/sreg+1
; arg1: (sp),y (y=0..3)
jmp _float32_mul
.export ftosdiveax
ftosdiveax:
; arg0: a/x/sreg/sreg+1
; arg1: (sp),y (y=0..3)
jmp _float32_div