Search results
Has anyone written a C++ compiler in Z80?
Score: 196.3 %,
Type: Forum topic , Comments: 22 comments
I am curious if anyone has written a C++ compiler in Z80 assembly for the MSX?
I would love to take a peek at that code for a project that I am currently working on.
Thanks up front
Not exactly what you are Not exactly what you are ...
Incbin?
Score: 195.62 %,
Type: Forum topic , Comments: 7 comments
Is there a way to incbin to a certain memory address or do you give it a pointer than move it later.
I am thinking org $9000
Incbin "blah.rom"
or a pointer such as:
jack:
incbin "blah.rom"
Then manipulate jack ...
