MykeLawson
Experienced Member
- Joined
- Mar 21, 2014
- Messages
- 250
I know this is a pretty dumb question, and probably part of 'Z-80 Programming 101', and for that matter really not part of CP/M, per se; but here goes.... I am writing a program and I want to have whatever scratchpad buffer space begin at the end of the program. I'm trying to figure out the exact syntax toy put in the equate statement.
BUFFER EQU CODE_END+1
Doesn't seem to work right since the Assembler throws an error - ERROR: Symbol 'CODE_END' is undefined. I've looked through the Z-80 assembly language books I have, and either I'm searching for the wrong term, or...... Anyway, thanks for any help y'all can toss my way.
BUFFER EQU CODE_END+1
Doesn't seem to work right since the Assembler throws an error - ERROR: Symbol 'CODE_END' is undefined. I've looked through the Z-80 assembly language books I have, and either I'm searching for the wrong term, or...... Anyway, thanks for any help y'all can toss my way.