CompuServe Thread

Forum unknown · Programming

Assembler

1 messages in this thread
#17561From: GARY SARFFMay 6, 1986 2:18 AM
Sorry I had to duck out of CO last night, something came up. I don't know if you solved your problem or not, but if you are desparate you can do this: put in your program where the jsr was this instead: DC.B 78,187,136,00 these numbers are in DECIMAL! In hex it is 4E,BB,88,00 and I know it looks ugly, but it is the hex code for what you are trying to do, I hand assembled it, (that's where I went for so long.) Hope your project works, cause I wanted to do it, but I'm really just too busy but I've got an emulator running on the wicat at work and it's kind of nice sometimes but slow. Also know that metacomco has other bugs like not assembling some jsr's because it says they are either out of -128 +127 range when they aren't or saying they have an illegal offset of 0, when they don't. Just more of metacomco's software wizadry y'know.