We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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ビットを無視していません.
caslの定義には
出力領域は,出力しようとするデータが 1 文字 1 語で格納されている領域のラベルである.格納の形式は, DC 命令の文字定数と同じであるが,上位 8 ビットは,OS が無視するので 0 でなくてもよい.
とあります.
上位8ビットを OSで弾いても良いのですが, シミュレータで無視して出力するのが自然だとおもいます. なお, 演習dに付属のassertionでも無視されないので, テストが通らない可能性があります.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
このコードはOUTマクロ時に上位8ビットを無視していません.
caslの定義には
とあります.
上位8ビットを OSで弾いても良いのですが, シミュレータで無視して出力するのが自然だとおもいます.
なお, 演習dに付属のassertionでも無視されないので, テストが通らない可能性があります.
The text was updated successfully, but these errors were encountered: