Clone of http://bigfootinformatika.hu/65el02/ with some small tweaks
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Astoria 9c0187a827 first commit 1 year ago
docs first commit 1 year ago
include first commit 1 year ago
roms first commit 1 year ago
src first commit 1 year ago
Makefile first commit 1 year ago
Makefile.mac first commit 1 year ago
Makefile.mingw first commit 1 year ago
emu65el02.c first commit 1 year ago

docs/readme.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

BiGFooT's 65el02 emulator v0.12

With Eloraam's permission, for enhanced compatibility
the CPU emulation is based partly on RedPower.

Feel free to contact me if you have any questions or comments.
e-mail: bigfoot _at_ bigfootinformatika _dot_ hu


usage:
	emu65el02 [parameters] [image.img]

parameters:
	-b=value	set breakpoint to value
	-pc=value	set reset PC to value (default $0400)
	-s		not start emulation immediately
	-m=value	set available memory banks (1-8, 8K/each. default value is 1)
	-nospbug	enables fix/workaround for SP handling bug in 65el02
	-l=file.name	reads 64tass labels file for easier debugging

	[image.img]	path to disk image file (default value is roms/redforth.img)


keys:
	f1		- built-in help (not finished yet)
	f2		- options
	f3		- peripherals
	f4		- io extenders

	f9	 	- start/stop emulation
	alt-x
	alt-f4
	shift-esc	- exit from emulator
	f11		- step by step trace
	f12		- step over

	pgdown		- memory map ptr+$08
	pgup		- memory map ptr-$08
	shift-pgdown	- memory map ptr+$80
	shift-pgup	- memory map ptr-$80

	f6
	pause		- enter to machine code monitor