|
|
1.1 ! root 1: # C library ! 2: # return floating-point from long integer ! 3: # d = ltod(l) ! 4: ! 5: .globl _ltod ! 6: _ltod: ! 7: .word 0x0000 ! 8: cvtld 4(ap),r0 ! 9: ret ! 10: ! 11: # return long integer from floating ! 12: # dtol(d, l) ! 13: ! 14: .globl _dtol ! 15: _dtol: ! 16: .word 0x0000 ! 17: cvtdl 4(ap),*12(ap) ! 18: ret
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.