mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-16 22:51:44 +00:00
Test RGBLINK on SDCC object files (#1479)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// sdcc -c -msm83 -o c.rel c.c
|
||||
|
||||
int function1(int de) {
|
||||
return de | 0b10;
|
||||
}
|
||||
Reference in New Issue
Block a user