From 7f0614990a6485dccf24e160b491c93c56771b1e Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Fri, 1 Dec 2023 15:10:41 +0200 Subject: WIP --- asm/atk16.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'asm/atk16.py') diff --git a/asm/atk16.py b/asm/atk16.py index cdd9f64..2a1c0a1 100644 --- a/asm/atk16.py +++ b/asm/atk16.py @@ -23,3 +23,7 @@ def asm(asm: str): def ord(char: Char) -> int: """Convert char to int""" raise NotImplementedError + +def const(word: Word16) -> ConstWord16: + """When used in an assignment such as `A = const(0xFF)`, stores the value as a globally accessible constant.""" + raise NotImplementedError \ No newline at end of file -- cgit v1.3