https://github.com/mj-hd/asc-simulator-and-assembler
「算数で読み解く コンピュータのしくみ」より、ASC用アセンブラとシミュレータ
https://github.com/mj-hd/asc-simulator-and-assembler
assembler computer-science cplusplus csharp simulator
Last synced: 10 days ago
JSON representation
「算数で読み解く コンピュータのしくみ」より、ASC用アセンブラとシミュレータ
- Host: GitHub
- URL: https://github.com/mj-hd/asc-simulator-and-assembler
- Owner: mj-hd
- License: other
- Created: 2017-03-28T14:49:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-10T12:15:05.000Z (over 2 years ago)
- Last Synced: 2025-04-22T23:06:01.186Z (10 days ago)
- Topics: assembler, computer-science, cplusplus, csharp, simulator
- Language: C#
- Homepage:
- Size: 65.5 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.rtf
Awesome Lists containing this project
README
# ASC-Simulator-and-Assembler
「算数で読み解く コンピュータのしくみ」より、モデルコンピュータASC用アセンブラとシミュレータ
![]()
# ダウンロード
[こちら](https://github.com/mj-hd/ASC-Simulator-and-Assembler/releases)より、最新版をダウンロードしてください。# サンプルプログラムについて
詳しくは[こちら](https://github.com/mj-hd/ASC-Simulator-and-Assembler/wiki/%E3%82%B5%E3%83%B3%E3%83%97%E3%83%AB%E3%83%97%E3%83%AD%E3%82%B0%E3%83%A9%E3%83%A0%E3%81%AB%E3%81%A4%E3%81%84%E3%81%A6)。現在ASCシステムに付属しているサンプルプログラム以外にも、随時新しいサンプルプログラムを募集しています。
# ASCの命令セット・データ形式について
詳しくは[こちら](https://github.com/mj-hd/ASC-Simulator-and-Assembler/wiki/%E3%83%A2%E3%83%87%E3%83%AB%E3%82%B3%E3%83%B3%E3%83%94%E3%83%A5%E3%83%BC%E3%82%BFASC%E3%81%AE%E5%91%BD%E4%BB%A4%E3%81%A8%E3%83%87%E3%83%BC%E3%82%BF%E3%81%AE%E5%BD%A2%E5%BC%8F%E3%81%AB%E3%81%A4%E3%81%84%E3%81%A6)。# ライセンス
2条項BSDライセンスとする。