CODE | ||
ec1#define equ .equ
Post by: Halifax on May 22, 2007, 01:09:00 pm
ec2
Those work fine for me. I will try and compile your source and see if it works because it possibly could be the version you are using. I am not using the updated version. Post by: Halifax on May 22, 2007, 01:24:00 pm Post by: bfr on May 25, 2007, 11:15:00 am Post by: Jon on May 25, 2007, 12:53:00 pm Post by: bfr on May 25, 2007, 01:44:00 pm ![]() Post by: Jon on May 25, 2007, 05:21:00 pm you could edit all ~4000 lines to use .equ :) ![]() Post by: Halifax on May 25, 2007, 07:22:00 pm Post by: bfr on May 26, 2007, 03:19:00 am Post by: Halifax on May 26, 2007, 06:13:00 pm Check it out http://www.nomorepasting.com/paste.php?pasteID=79680 So basically Iambian I am not thinking it is what works, but it is what allows hacks :reuben: ![]() Post by: Iambian on May 27, 2007, 05:22:00 pm So, what was the solution to the problem again? I couldn't decipher the post that had it well enough to figure out what to do. (yes. I'm a n00b. I need these things spelled out to me... ) Post by: bfr on May 27, 2007, 06:06:00 pm Why would you be using EQU instead of .equ? You might be able to use an editor that has a find/replace feature to replace EQU with .equ in case the defines don't work. |