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

Fixed two tutorial bugs. #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

diegum
Copy link

@diegum diegum commented Sep 21, 2020

Official tutorial says in a paragraph:

"The resulting image file ashello5.img has 248 bytes", but then an "ls -l" is offered to confirm and it correctly shows that the size is 132. It's gonna be 248 when the file is assembled with all .asm providing referenced symbols.

The other fix is a bug in ashello.asm. It was missing a fundamental "DEF START" at the preamble. The omission was causing the symbol not to be included in the .obj. Consequently, when entering START as program name in E/A #3 (Load and Run), it was causing a "PROGRAM NOT FOUND" error.

Official tutorial says in a paragraph:

"The resulting image file ashello5.img has 248 bytes", but then an "ls -l" is offered to confirm and it correctly shows that the size is 132. It's gonna be 248 when the file is assembled with all .asm providing referenced symbols.

The other fix is a bug in ashello.asm. It was missing a fundamental "DEF START" at the preamble. The omission was causing the symbol not to be included in the .obj. Consequently, when entering START as program name in E/A endlos99#3 (Load and Run), it was causing a "PROGRAM NOT FOUND" error.
@endlos99 endlos99 self-assigned this Apr 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants