Search results
When you spend a full day tracking down a bug :-( Bug in SDCC 4.0?
Score: 164.07 %,
Type: Forum topic , Comments: 33 comments
When you spend a full day tracking down a bug :-( Bug in SDCC 4.0?
You trust the compiler - ... ].uFileIndex[ 0 ];
for( n=0;n<4;n++ )
pr( x );
*/
for( n=0;n<4;n++ )
pr( p[ 5 ].uFileIndex[ 0 ] );
}
void main(void)
{
unsigned char n;
SpriteMap p[ HOW_MANY ];
for( ...
How to access undocumented z80-instructions in SDCC (sdasz80)?
Score: 168.73 %,
Type: Forum topic , Comments: 20 comments
0xFD, 0x54 ; 10 MSX cycles
.endm
.macro ld____e_iyl
.db 0xFD, 0x5D ; 10 MSX cycles
.endm
.macro ld____iyh_d
.db 0xFD, 0x62 ; 10 MSX cycles
.endm
...etc
If only SDCC assembler could If only SDCC ...
