I've written this simple asm program:
ORG 0E000H-7 DB 0FEH DW BEGIN,THEEND,BEGIN BEGIN: CALL 0849H LD A,'A' NEXT: CALL 00A2H INC A CP 'Z'+1 JR NZ,NEXT LD A,0DH CALL 00A2H LD A,0AH CALL 00A2H RET THEEND: END
I assembled the program into a BIN file using sjasmplus (V1.06). Then load the program into BlueMSX, using:
CLEAR 200,&HDFFF
BLOAD"FIRST.BIN",R
It perfectly works using machine profile "MSX" (general MSX 1 machine), don't work using profile "MSX 2" instead.
Any suggestions please?
!login ou Inscrivez-vous pour poster