0 Members and 1 Guest are viewing this topic.
LD A,'F' LD L,A LD H,0 ADD HL,HL ADD HL,HLADD HL,HL; * multiply HL by 8B_CALL Load_SFont ;sFont_record =03,00,02,04,06,04,04,00
'F' .Load the number corresponding to "f" into HL (axe's "ans" variable)Asm(292929) .Multiply by 8Asm(CD806F) .BCall Load_LFont->A .Store to A ClrDrawBitmap(0,0,A)DispGraphRepear getKeyEnd