nanochess / IntyBASIC

IntyBASIC compiler for Intellivision (CP1610 processor)
BSD 2-Clause "Simplified" License
35 stars 5 forks source link

DEFINE VARPTR and DEFINE varprt #25

Closed artrag closed 2 years ago

artrag commented 2 years ago

It seems that the capital letters are mandatory when using varprt with define This command (at line 385) define 15,1,varprt #softbullets(3) gives Warning: invalid extra characters in line 385 Error: label 'VARPRT' undefined Same for DEFINE 15,1,varprt #softbullets(3)

Only DEFINE 15,1,VARPTR #softbullets(3) works as expected

nanochess commented 2 years ago

Lowercase is also accepted, but instead of varptr you wrote varprt.