mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-01-12 11:31:11 +00:00
Added test file.
This commit is contained in:
parent
b2045c7874
commit
a9551beec2
12
src/test/kc/plus4-define.c
Normal file
12
src/test/kc/plus4-define.c
Normal file
@ -0,0 +1,12 @@
|
||||
// Test writing to the Plus/4 TED HSCAN_POS
|
||||
#pragma target(plus4basic)
|
||||
|
||||
#include <plus4.h>
|
||||
|
||||
void main() {
|
||||
#ifdef __PLUS4__
|
||||
DEFAULT_SCREEN[0] = 'a';
|
||||
#else
|
||||
DEFAULT_SCREEN[0] = 'b';
|
||||
#endif
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user