C
Cyberman
Guest
Those errors are missing context. ch after what expression?I have a feeling that you don't read my posts entirely...
I show again this link: https://www.ff7catalog.com/posts/66284/
Or rather, I'll quote to you the part of the post that shows the errors:
I hope that the code will work correcting these errors.But I got the followings errors:
Assembler messages:
junk `Ch' after expression
junk `Ch' after expression
Path_of_the_project\Makefile.win [Build Error] [main.o] Error 1
The only CH value I can see is test ch,80h
it might be saying "test" is a valid opcode but ch may not be the proper register name for that particular assembler.
Do you have the assembler manual?
Did you look up the error in it?
What compiler are you using, GCC or an older version of VC++?
Cyb