?login_element?

Subversion Repositories NedoOS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1.         DISP #0000
  2.  
  3.  
  4.         ld a,#3F
  5.         ld i,a
  6.         im 1
  7.         ei
  8.         jp .startRom
  9.         db "Serdjuk 2021 for ASM 2021.",TEXT_END
  10. .beforeIM1 = $
  11.         block #38 - .beforeIM1
  12.         if .beforeIM1 > #38
  13.                 display "IM1 memory was crashed !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
  14.                 stop
  15.         else
  16.                 display "Free space before IM1 = ", #38 - .beforeIM1, " bytes."
  17.         endif
  18.         ; #0038 IM1
  19.         ei
  20.         ret
  21. .startRom:
  22.         include "includes.asm"
  23. cartrigeFont:
  24.         incbin "font/font.SpecCHR"
  25.         savebin "Wow.bin",#0000,#4000
  26.         org #5B00
  27.         include "variables.asm"