diff options
author | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-04-07 02:35:46 +1000 |
---|---|---|
committer | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-04-07 02:35:46 +1000 |
commit | fbca225d25db812fe7823a8528dff17320cf1c53 (patch) | |
tree | f99d672c7245233814cd038fd683ef8bf4270961 /instruction-init.h | |
parent | 4b2952578ece47358960e29825443f77070a7457 (diff) |
commit so I can access it tomorrow.
Diffstat (limited to 'instruction-init.h')
-rw-r--r-- | instruction-init.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/instruction-init.h b/instruction-init.h index 73c80b9..4a82d8a 100644 --- a/instruction-init.h +++ b/instruction-init.h @@ -1,3 +1,6 @@ +// instruction-init.h +// Initializes every instruction function prior to addressing.h so that function addresses are accessible + // Load and Store Instructions void fLDA(Addressing addr, address val); void fLDX(Addressing addr, address val); |