Skip to content

Commit

Permalink
Update readme file.
Browse files Browse the repository at this point in the history
  • Loading branch information
makarcz committed Sep 6, 2018
1 parent aac5e2e commit 36dcd1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ReadMe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Emulator recognizes 4 formats of memory image:

Please see detailed description of each format below:

Program can load raw binary image of MOS 6502 opcodes.
Program can load raw binary image of data and MOS 6502 opcodes.
Binary image is always loaded from address $0000 and can be up to 64 kB long,
so the code must be properly located inside that image. Image can be shorter
than 64 kB, user will receive warning in such case, but it will be loaded.
Expand Down Expand Up @@ -121,7 +121,7 @@ Where:
pc_value - the address currently showing in CPU's PC register.
If the reset vector is set right, execute the 6502 code right from command
line:
mkbasic -r image_name
vm65 -r image_name
Above will execute the code set in reset vector without having to start it
from debug console. If 6502 code requires character I/O and/or ROM facilities
then image should include header with proper setup.
Expand Down

0 comments on commit 36dcd1a

Please sign in to comment.