mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-28 05:47:48 +00:00
Test RGBLINK on SDCC object files (#1479)
This commit is contained in:
5
test/link/sdcc/good/c.c
Normal file
5
test/link/sdcc/good/c.c
Normal file
@@ -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