diff options
Diffstat (limited to 'asm/atk16.py')
| -rw-r--r-- | asm/atk16.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/asm/atk16.py b/asm/atk16.py index 6d9bc10..9a5921c 100644 --- a/asm/atk16.py +++ b/asm/atk16.py @@ -20,3 +20,7 @@ def call_inline(expr: T) -> T: def asm(asm: str): """Inject ATK16 assembly `asm` into the compiled output.""" return NotImplemented + +def ord(char: Char) -> int: + """Convert char to int""" + return NotImplemented |
