Rafel Perez - JamQue
Rafel Perez - JamQue
If you put an INCLUDE inside an IF, and condition is false, asmsx include the file likewise Example: USE_SCREEN = 2 IF USE_SCREEN == 2 ;.INCLUDE "LIB/FORSCREEN2.GEN" ENDIF IF USE_SCREEN...
Title origin: [link](https://southpark.fandom.com/wiki/Pig_and_Elephant_DNA_Just_Won%27t_Splice) Exemple code ``` ;Uncomment next line and...BOOM! ;USE38 = 1; to use 38h as interruption hook ;Comment next line if you uncomment line before. USE38 = 0;...
Take this code ``` USE_SCREEN=5 ZILOG BIOS ROM START GAME GAME: IF USE_SCREEN == 4 call SCREEN4RENDER ENDIF IF USE_SCREEN == 5 call SCREEN5RENDER ENDIF SCREEN5RENDER: ret ``` and asmsx...