Search results
Is SDCC 4.2.0 broken?
Score: 156.66 %,
Type: Forum topic , Comments: 4 comments
_func::
out (#0x02f), a
ld a, l
out (#0x02f), a
ld hl, #2
add hl, sp
ld a, (hl)
out (#0x02f), a
ret
And I call it like this: ...
{
uint8_t i;
for (i = 0; i < 10; ++i)
{
func(11 + i, 6, 32 + i); ...
Start OpenMSX with MSX-DOS support
Score: 156.56 %,
Type: Forum topic , Comments: 17 comments
Hi,
In the MSXgl build tool, I allow the user to automatically launch his program after the build, with different emulators, including OpenMSX.
In the case of a program for MSX-DOS 1 or 2, I had a problem when the default machine had no disk ...
