mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-23 11:32:07 +00:00
Test RGBLINK on SDCC object files (#1479)
This commit is contained in:
5
test/link/sdcc/no-script/b.c
Normal file
5
test/link/sdcc/no-script/b.c
Normal file
@@ -0,0 +1,5 @@
|
||||
// sdcc -c -msm83 -o b.rel b.c
|
||||
|
||||
int function(int de) {
|
||||
return de * 2;
|
||||
}
|
||||
Reference in New Issue
Block a user