ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/mon/src/mon_6502.cpp
(Generate patch)

Comparing mon/src/mon_6502.cpp (file contents):
Revision 1.2 by cebix, 1999-10-04T21:16:02Z vs.
Revision 1.3 by cebix, 1999-10-05T14:43:42Z

# Line 186 | Line 186 | int disass_6502(FILE *f, uint32 adr, uin
186                          break;
187  
188                  case A_REL:
189 <                        fprintf(f, "$%04lx", (adr + 2) + (int8)lo);
189 >                        fprintf(f, "$%04x", (adr + 2) + (int8)lo);
190                          break;
191  
192                  case A_ZERO:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines