Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OUTマクロ 上位 8 ビット問題 #2

Open
soundscope opened this issue Nov 16, 2021 · 0 comments
Open

OUTマクロ 上位 8 ビット問題 #2

soundscope opened this issue Nov 16, 2021 · 0 comments
Labels

Comments

@soundscope
Copy link

soundscope commented Nov 16, 2021

このコードはOUTマクロ時に上位8ビットを無視していません.

caslの定義には

出力領域は,出力しようとするデータが 1 文字 1 語で格納されている領域のラベルである.格納の形式は, DC 命令の文字定数と同じであるが,上位 8 ビットは,OS が無視するので 0 でなくてもよい.

とあります.

上位8ビットを OSで弾いても良いのですが, シミュレータで無視して出力するのが自然だとおもいます.
なお, 演習dに付属のassertionでも無視されないので, テストが通らない可能性があります.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants