ADRS SET, then four hex digits — point at an address
two hex digits, then WRITE INCR — store a byte and advance to the next address
READ INCR / READ DECR — step to the next or previous address
MODE — AUTO makes RUN free-run to HLT; STEP makes
RUN execute one instruction (showing PC/A/flags) and RET keep
stepping
STORE DATA / LOAD DATA — save or restore the [address, data] memory range via the
browser's local storage, standing in for the real machine's cassette interface. Plays the actual
cassette-interface tone (ch. 6 of the manual: a few-kHz carrier, on/off-keyed bit by bit at 110 baud)
for the transferred bytes
load @ — load a program directly into memory at an address (or pick a sample
program from the dropdown)
The real TK-80's monitor ROM is NEC's copyrighted firmware and isn't included here —
this panel's address/write/run logic is reimplemented directly instead of running that ROM.
RESET — CPUとパネルを初期化
ADRS SET、続けて4桁の16進数 — アドレスを指定
2桁の16進数、続けて WRITE INCR — 1バイトを書き込み、次のアドレスへ進む
READ INCR / READ DECR — 次または前のアドレスへ移動
MODE — AUTOなら RUN で現在のアドレスから自由実行し
HLT で停止。STEPなら RUN で1命令だけ実行し(PC/A/フラグを表示)、
RET で1命令ずつ進める
STORE DATA / LOAD DATA — [アドレス, データ] 範囲のメモリをブラウザのローカル
ストレージに保存・復元(実機のカセットテープ・インタフェースの代わり)。転送するバイト列を、
実機のカセット・インタフェースの実際の音(マニュアル第6章:数KHzのキャリアを110ボーで
1ビットずつON/OFFキーイング)として再生します