Blame | Last modification | View Log | Download | RSS feed
Tue Jul 17 11:00:21 2018 Page 1
2500 A.D. 65816 Macro Assembler #26960 - Version 5.02g
-----------------------------------------------------
Input Filename : src\FA\slib.asm
Output Filename : obj\FA\slib.obj
Listing Has Been Relocated
2603 .LIST on
2604
2605
2606 .LIST on
2607
2608 ;---------------------------------------------------------------------------
2609 ; code segment -- bank $FA (start)
2610 ;---------------------------------------------------------------------------
2611
2612 .SLIBFA
2613 .EXTERN _getopt, _strlen, _strcpy
2614
2615 .LONGA off
2616 .LONGI off
2617
2618 ;---------------------------------------------------------------------------
2619 ; library interface -- static jump table
2620 ;---------------------------------------------------------------------------
2621
2622 ; getopt $FA0000 getopt.asm
2623 FA0000 4C 09 00 jmp _getopt
2624
2625 ; strlen $FA0003 string.asm
2626 FA0003 4C F7 03 jmp _strlen
2627
2628 ; strcpy $FA0006 string.asm
2629 FA0006 4C 1D 04 jmp _strcpy
Lines Assembled : 2620 Errors : 0