Introduce simple character literal
This commit is contained in:
@@ -24,9 +24,9 @@ jmp count_loop;
|
||||
|
||||
#DEFINE PRINT_CHAR $0
|
||||
# Hello world
|
||||
seti %A $72; # H
|
||||
seti %A 'H'; # H
|
||||
int PRINT_CHAR;
|
||||
seti %A $101; # e
|
||||
seti %A 'e'; # e
|
||||
int PRINT_CHAR;
|
||||
seti %A $108; # l
|
||||
int PRINT_CHAR;
|
||||
|
||||
Reference in New Issue
Block a user