tunozemichanの日記 / tunozemichan's diary

SORD社のコンピューターM68やM68MXの解析についての備忘録です。This blog is a memorandum about the analysis of SORD's computers M68 and M68MX.

2022-03-06から1日間の記事一覧

Porting CP/M-80 to SORD M68 (Part 3 : concluding part)

The final step is to write the disk write routine. In the CP/M-80 with blocking/deblocking code, the disk write routine is a "writehst" routine. Basically, the same code as the disk read routine can be used. The only difference is the comm…

SORD M68にCP/M80を移植する(その3:完結)

最後の仕上げに、ディスク書き込みルーチンを書いて、移植完了です。 ブロッキング/デブロッキングコードを取り込んだCP/M-80において、ディスク書き込みルーチンは、writehstルーチンです。 基本的に、ディスク読み込みルーチンと同じコードで問題ありませ…