Subversion Repositories MB01 Project

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 - 1
  Thu Apr 06 17:45:33 2017                                                                                               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\FE\pcc.asm
13
                       Output Filename : obj\FE\pcc.obj
14
                       Listing Has Been Relocated
15
 
16
 
17
 2509                        	.LIST		on
18
 2510
19
 2511
20
 2512                        		.CODEFE
21
 2513                        		.LONGA off
22
 2514                        		.LONGI off
23
 2515
24
 2516                        		.GLOBAL PCCOMP, PCCOMPSIZ, PCCOMPSIZ, PCCDST
25
 2517  FE55DA
26
 2518                        	; compiled p-code for running pascal compiler
27
 2519                        	; original offset at $3000
28
 2520
29
 2521          003000        	PCCDST		.EQU	$3000
30
 2522
31
 2523  FE55DA                	PCCOMP:
32
 2524
33
 2525  FE55DA                		.INCLUDE inc\pcc.inc
34
 2526
35
 3468                        		.LIST on
36
 3469
37
 3470
38
 3471          003A10        	PCCOMPSIZ	.EQU	($ - PCCOMP)
39
 
40
 
41
             Lines Assembled : 3460                  Errors : 0
42
 
43
 
44