nono の話 @ OSC2023広島
目次
前
次
(17/26)
2019年、m68kコアをひたすら実装、デバッグ
Human68kコマンドラインエミュレーションを実装
instructiontest.x … Human68kで動作する、 m68kの特権命令を除く整数命令のテストプログラムはあるが
https://stdkmd.net/xeij/miscfiles.htm#instructiontestx
どれかの命令の実装が不完全で、まだHuman68kが起動しない (にわたま問題)
nono に Human68k 実行ファイルを直接ロードして実行させ
instructiontest.xが使ってるDOSコールだけ(先行)実装
% nono -c <x68k.cfg> -H -X instructiontest.x
isaki@NetBSD.org