Search results
function prototype without (void)
Score: 129.73 %,
Type: Forum topic , Comments: 4 comments
func2(void); // compile
int main()
{
func1();
return 0;
}
ASM generated with error:
;* * * ... "#z80_crt0.hdr"
._func1
ret
._main
call func1
ld hl,0 ;const
ret
; --- Start of Static ...
Vintage Philips Weekend 2019
Score: 138.77 %,
Type: News post , Comments: 20 comments
Philips is a Dutch technology company founded in Eindhoven, The Netherlands, in 1891 by Gerard Philips. As one of the largest electronics companies in the world, Philips brought a wide spectrum of MSX computers and peripherals to the market in ...
Hidden features in Break Out (Ascii, 1983)
Score: 129.6 %,
Type: Forum topic , Comments: 10 comments
as following:
Address D21h - replace 16 by 0F
Address D22h - replace 29 by 1B
Address D23h - replace 20 ...
"Orpheus" from book "Programação Avançada em MSX"
Score: 130.14 %,
Type: Forum topic , Comments: 3 comments
I typed the game Orpheus of the book "Programação Avançada em MSX" (Advanced MSX Programming).
Play Online
Files
Code
Book
It's a good option to study Assembly.
Great! I have typed that in ...
