petit chou #1 Posted May 2, 2016 (edited) When I compile the following code and run it, I get a strange (to me) result: MODE 1 #A1 = $0800 #A2 = $0816 PRINT AT 160 COLOR 7, <>#A1 PRINT AT 180 COLOR 7, <>#A2 WHILE 1:WAIT:WEND This prints 65535 twice. What's going on here? Is there something involving variable assignment that I'm just not getting? Thanks! (Edit: I'm using the --jlp switch.) (Edit 2: Compiling without the switch makes the error go away. Do I have to do something special to use the variable space afforded in the switch?) Edited May 2, 2016 by petit chou Quote Share this post Link to post Share on other sites
+intvnut #2 Posted May 2, 2016 (edited) Make sure you also use the --jlp switch when you run it in jzIntv. Or, if you assemble to BIN+CFG and use the "stable dev release" of jzIntv, it will enable JLP support automatically based on the "jlp" variable in the CFG file. Edited May 2, 2016 by intvnut Quote Share this post Link to post Share on other sites
petit chou #3 Posted May 2, 2016 Make sure you also use the --jlp switch when you run it in jzIntv. Or, if you assemble to BIN+CFG and use the "stable dev release" of jzIntv, it will enable JLP support automatically based on the "jlp" variable in the CFG file. Aha! Thank you so much. Quote Share this post Link to post Share on other sites