mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-08-09 04:25:12 +00:00
Fixed number range test
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
void main() {
|
void main() {
|
||||||
signed byte b = -127-127;
|
signed byte b = -400;
|
||||||
byte* SCREEN = $0400;
|
byte* SCREEN = $0400;
|
||||||
*SCREEN = (byte)b;
|
*SCREEN = (byte)b;
|
||||||
}
|
}
|
Reference in New Issue
Block a user