﻿---------------------------------------------
Tips how to use Specialist in EMU emulator
---------------------------------------------
1.Download and unpack emu.rar
  ( http://bashkiria-2m.narod.ru/download.html )

2.Open EMU.ext, find "rks" entry, and add there
  line "cmd[0].start=no", like this:
	rks : loader {
	  config="Specialist"
	  skip="D9D9D9*E6"
	  loadaddr=lowendian
	  cmd[0].start=no
	}
  to prevent autorun rks before rom part is initialised.

3.Put "SPECROM1.ROM" into "Specialist" subfolder.

4.Open "Specialist.cfg" in "config" subfolder, edit it like this:
	bios : Memory {
	  rom="Specialist\SPECROM1.rom"
	}
  Also you may edit main.Caption if you see it improper in your
  codepage.

Now you have Specialist emulation with modified Loader and Monitor.
Loader does not try to boot from the tape, it runs Monitor exactly
after boot instead.

Monitor has the new "J" command, which loads debugger. This debugger 
description is in russian, but in case it is hard to use it for you,
you still may use emu emulator embedded debugger (see menu "View").

You may associate "rks" with Emu.exe to launch it fast. rks is binary
format, where binary body have 4 bytes prefix - begin adress and end
address, and 2 bytes tail - checksum. In real there is the sense only
in the first word - emu has to know where to load body, but all fields
are required to ensure the file has proper format.

What you have to know about keyboard: letters are mapped as QWERTY.
If neccesary, keys can be remapped in LAYOUT.KBD file in Specialist
subfolder.

Some keys are mapped like this:

СТР - Ins *
ВК - Enter
ПС - End *
ПВ - F12
НРФ - Left alt
НР - Left shift
------
*Note! These keys, as well as all arrows, are available on numpad only!

