Use Memory Editor to enter a program. When you press MEMORY button on Control subsystem, Memory Editor will appear as a window which is separated from your browser. You can input your program into arbitrary address in byte by byte using this window.
Program code must be in hex format. First, click a value by mouse to reverse it. You have to reverse only one byte. After that, you may type new value in hex format with keyboard.
In this way, you will enter the program in byte by byte.
You may import a program from a text file. Specify the program file in a dialog box after selecting [File]-[Open..] menu.
A text file which contains a program must be written in following format.
(10) 11, 22, 33-44:55@44
Address | 010H | 011H | 012H | 013H | 014H | 015H |
---|---|---|---|---|---|---|
Data | 11H | 22H | 33H | 44H | 55H | 44H |
(00)6c 60