Home | History | Annotate | Line # | Download | only in 060sp
      1  1.2  itohy #include <m68k/asm.h>
      2  1.1     is 
      3  1.2  itohy 	.globl _C_LABEL(print_str),_C_LABEL(print_num)
      4  1.2  itohy 
      5  1.2  itohy Lprint_str:	jmp _C_LABEL(print_str)
      6  1.2  itohy Lprint_num:	jmp _C_LABEL(print_num)
      7  1.1     is 
      8  1.3     is L060FPSP_TEST:
      9  1.3     is         .long    Lprint_str - L060FPSP_TEST
     10  1.3     is 	.long    Lprint_num - L060FPSP_TEST
     11  1.1     is 	.space   120
     12  1.1     is #include "ftest.S"
     13  1.1     is 
     14  1.3     is L060ISP_TEST:
     15  1.3     is         .long    Lprint_str - L060ISP_TEST
     16  1.3     is 	.long    Lprint_num - L060ISP_TEST
     17  1.1     is 	.space   120
     18  1.1     is #include "itest.S"
     19  1.1     is 
     20  1.2  itohy ENTRY_NOPROFILE(itest)
     21  1.3     is 	bra	L060ISP_TEST+128+0
     22  1.2  itohy ENTRY_NOPROFILE(ftest1)
     23  1.3     is 	bra	L060FPSP_TEST+128+0
     24  1.2  itohy ENTRY_NOPROFILE(ftest2)
     25  1.3     is 	bra	L060FPSP_TEST+128+8
     26  1.2  itohy ENTRY_NOPROFILE(ftest3)
     27  1.3     is 	bra	L060FPSP_TEST+128+16
     28