0 Members and 1 Guest are viewing this topic.
:[FWAHAHA :.5EQU :AsmPrgm :EF[HOMEUP] :EF[CLRSCRNFULL] :21[MESSAGE] :EF[PUTPS] :210000 :115F3F :EF[INVERTRECT] :C9 :Lbl MESSAGE :02"HI" :End
:[MEOW ;The type and name of the output file:.5EQU ;The equates file to use:=1 COM1 ;Sets an equate for COM0:=1 COM2 ;Sets an equate for COM1:=0 COM3 ;Sets an equate for COM2:AsmPrgm ;This makes a header for the assembly program:EF[RCLANS]:EF[CONVOP1]:B720{COM1prgm} ;uses relative jump:EF[CLRLCDFULL]C9:Lbl COM1prgm:If 1=COM1: 3D20{COM2prgm}: EF[HOMEUP]: C9:Lbl COM2prgm:If 1=COM2: 3D20{COM3prgm}: 3E02D310C9:Lbl COM3prgm:If 1=COM3 ;The following chunk of code is not included since COM3=0: 3D20{END}: 3E03D310C9:Lbl END:C9:End
Welcome back Xeda! I definitely think this is worth it, as long as you have fun working on it. Remember, you must have fun or we'll start to worry about you
Anyway, welcome back! I do think it's worth your attention, partly because it seems to be a really small but useful program (697 bytes!).