Skip to content

Commit

Permalink
Corrected type in cr0.src
Browse files Browse the repository at this point in the history
  • Loading branch information
pcawte committed Aug 2, 2023
1 parent 7c5e4a2 commit 998b91e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,8 @@ In the relevant: example, test or any other directory created at the same level.

- `vdp_vdu.h`

- Corrected typo in `crt0.src`in conditional compilation of clearing BSS

### To-Do / Known Issues:

- Testing / validation
Expand Down
2 changes: 1 addition & 1 deletion lib/crt/crt0.src
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ if ___len_bss > 0 ; no need if BSS is 0 bytes
end if
ret

else : case >257 bytes
else ; case >257 bytes
ld bc, ___len_bss-1 ; first byte hence is done manually
ld hl, ___low_bss
ld de, ___low_bss+1
Expand Down

0 comments on commit 998b91e

Please sign in to comment.