Subversion Repositories MB01 Project

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 - 1
  Tue Jul 17 11:00:21 2018                                                                                               Page    1
2
 
3
 
4
 
5
 
6
 
7
 
8
 
9
          2500 A.D. 65816 Macro Assembler #26960 - Version 5.02g
10
          -----------------------------------------------------
11
 
12
                       Input  Filename : src\FA\slib.asm
13
                       Output Filename : obj\FA\slib.obj
14
                       Listing Has Been Relocated
15
 
16
 
17
 2603                        	.LIST		on
18
 2604
19
 2605
20
 2606                        	.LIST on
21
 2607
22
 2608                        	;---------------------------------------------------------------------------
23
 2609                        	; code segment -- bank $FA (start)
24
 2610                        	;---------------------------------------------------------------------------
25
 2611
26
 2612                        		.SLIBFA
27
 2613                        		.EXTERN _getopt, _strlen, _strcpy
28
 2614
29
 2615                        		.LONGA	off
30
 2616                        		.LONGI	off
31
 2617
32
 2618                        	;---------------------------------------------------------------------------
33
 2619                        	; library interface -- static jump table
34
 2620                        	;---------------------------------------------------------------------------
35
 2621
36
 2622                        	; getopt	$FA0000		getopt.asm
37
 2623  FA0000  4C 09 00      		jmp	_getopt
38
 2624
39
 2625                        	; strlen	$FA0003		string.asm
40
 2626  FA0003  4C F7 03      		jmp	_strlen
41
 2627
42
 2628                        	; strcpy	$FA0006		string.asm
43
 2629  FA0006  4C 1D 04      		jmp	_strcpy
44
 
45
 
46
             Lines Assembled : 2620                  Errors : 0
47
 
48
 
49