{"id":18716440,"url":"https://github.com/seaswalker/x86_asm","last_synced_at":"2025-06-15T00:33:27.950Z","repository":{"id":90703178,"uuid":"122412909","full_name":"seaswalker/X86_ASM","owner":"seaswalker","description":"《X86汇编语言-从实模式到保护模式》实验","archived":false,"fork":false,"pushed_at":"2018-03-07T02:27:47.000Z","size":87,"stargazers_count":19,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T13:50:23.764Z","etag":null,"topics":["asm","x86"],"latest_commit_sha":null,"homepage":null,"language":"Assembly","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seaswalker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-02-22T00:50:45.000Z","updated_at":"2024-02-29T09:41:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"9b92b25b-0e56-4734-86d9-bd7a24ecd413","html_url":"https://github.com/seaswalker/X86_ASM","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/seaswalker/X86_ASM","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seaswalker%2FX86_ASM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seaswalker%2FX86_ASM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seaswalker%2FX86_ASM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seaswalker%2FX86_ASM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seaswalker","download_url":"https://codeload.github.com/seaswalker/X86_ASM/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seaswalker%2FX86_ASM/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259905403,"owners_count":22929916,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asm","x86"],"created_at":"2024-11-07T13:12:43.018Z","updated_at":"2025-06-15T00:33:27.912Z","avatar_url":"https://github.com/seaswalker.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# X86_ASM\n\n## 12.1\n\n程序将在界面的左上角(即1行1列开始)实时显示已检测的字节数，如果检测失败，那么将在第二行显示fail字样:\n\n![12章检测1](images/12_1_result.png)\n\n注意，这里并不是因为真的失败而显示fail，原因是：代码中的检测次数写死为:\n\n```assembly\n;每次检测4B，所以总共需要检测(4GB - 1MB) / 4 次\nmov eax, 1073479680\n```\n\n但是在我的机器上Bochs的默认内存大小是:\n\n![内存大小](images/12_1_memory_option.png)\n\n即32MB，所以实际最大可检测的大小为:\n(32 - 1) * 1024 * 1024 = 32505856，\n\n此数字与上面实验结果完全吻合，说明实验正确。😀","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseaswalker%2Fx86_asm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseaswalker%2Fx86_asm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseaswalker%2Fx86_asm/lists"}