Skip to content

Commit

Permalink
Add the Opcodes configuration parameter for sna2skool.py
Browse files Browse the repository at this point in the history
  • Loading branch information
skoolkid committed May 22, 2024
1 parent 7859b50 commit 58a7b67
Show file tree
Hide file tree
Showing 11 changed files with 822 additions and 728 deletions.
3 changes: 2 additions & 1 deletion skoolkit/config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2017-2023 Richard Dymond (rjdymond@gmail.com)
# Copyright 2017-2024 Richard Dymond (rjdymond@gmail.com)
#
# This file is part of SkoolKit.
#
Expand Down Expand Up @@ -56,6 +56,7 @@
'Text': (0, ''),
'EntryPointRef': ('This entry point is used by the routine at {ref}.', ''),
'EntryPointRefs': ('This entry point is used by the routines at {refs} and {ref}.', ''),
'Opcodes': ('', ''),
'Ref': ('Used by the routine at {ref}.', ''),
'RefFormat': ('#R{address}', ''),
'Refs': ('Used by the routines at {refs} and {ref}.', ''),
Expand Down
Loading

0 comments on commit 58a7b67

Please sign in to comment.