Search results
How to debug vdp interruption
Score: 193.77 %,
Type: Forum topic , Comments: 10 comments
steps after the breakpoint in FD9FH I've seen that there is an out (#a8),#FF that restores page $0 to slot 3-0 segment 3. But in the program that doesn't work, the out is out (#a8),#FC which does not restore page $0.
I'm using the same function of Fusion-C (InitVDPinterruptHandler) in two ...
Intel hex file to binary to MSX memory
Score: 193.79 %,
Type: Forum topic , Comments: 7 comments
the binary file is a .com file, when it is loaded in MSX-DOS it loads the binary file at 0x100 and start ... bytes the same as in a binary file? These are:
byte 0+1: start-address
byte 2+3: end-address
byte ... bytes are the crt0 file linked by SDCC and I think it must be in another part in the ihx file ...
