gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit eb2a7e2a5769653b6188b3d104012b74812ff681 parent 850253e69bb2c0fc39785234c8a3305be618e27c Author: bbbbbr <bbbbbr@users.noreply.github.com> Date: Mon, 23 May 2022 09:52:19 -0700 Merge pull request #343 from splch/patch-1 Fix assembler -> assembly language Diffstat:
| M | docs/pages/04_coding_guidelines.md | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/pages/04_coding_guidelines.md b/docs/pages/04_coding_guidelines.md @@ -191,7 +191,7 @@ Also See: # When C isn't fast enough @todo Update and verify this section for the modernized SDCC and toolchain -For many applications C is fast enough but in intensive functions are sometimes better written in assembler. This section deals with interfacing your core C program with fast assembly sub routines. +For many applications C is fast enough but in intensive functions are sometimes better written in assembly. This section deals with interfacing your core C program with fast assembly sub routines. ## Calling convention
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.