Re: Assembler Programming Problem
Posted: Thu Sep 18, 2025 7:44 am
Will take a look, thanks Norm
What I was doing was calling GTSTR, check for $0101 on the name table
If there was a match then I would use the string
If it wasn’t a match I’d then call GTINT but that didn’t return the 1 or 2 integers, but debugging showed the ascii version of the 1st integer value on the stack
In isolation both of my GTSTR and GTINT routines work fine, but not one after the other
What I was doing was calling GTSTR, check for $0101 on the name table
If there was a match then I would use the string
If it wasn’t a match I’d then call GTINT but that didn’t return the 1 or 2 integers, but debugging showed the ascii version of the 1st integer value on the stack
In isolation both of my GTSTR and GTINT routines work fine, but not one after the other