artrag Posted October 27 Share Posted October 27 (edited) Just tested v7.1 with the new CALL and USR. The generated ASM is maybe abusing of PUSH/POP when loading registers passed as parameters but works fine 💪 Edited October 27 by artrag 1 Quote Link to comment https://forums.atariage.com/topic/372031-colecovision-almost-like-magic-basic-compiler-cvbasic-v070-now-with-ti-994a-support/page/2/#findComment-5555734 Share on other sites More sharing options...
+nanochess Posted November 12 Author Share Posted November 12 For anyone interested there is now support to read the VDP status register (cached at interrupt time) using the VDP.STATUS syntax. Also, I've updated the example face_joystick.bas to show how to use it. Available from the source code git https://github.com/nanochess/cvbasic 4 Quote Link to comment https://forums.atariage.com/topic/372031-colecovision-almost-like-magic-basic-compiler-cvbasic-v070-now-with-ti-994a-support/page/2/#findComment-5564398 Share on other sites More sharing options...
+nanochess Posted November 12 Author Share Posted November 12 Another thing I wanted to do since a few months: SELECT CASE / END CASE. It accepts CASE expr, CASE expr TO expr, and CASE ELSE. Added an example test3.bas to show the usage. Quote Link to comment https://forums.atariage.com/topic/372031-colecovision-almost-like-magic-basic-compiler-cvbasic-v070-now-with-ti-994a-support/page/2/#findComment-5564451 Share on other sites More sharing options...
+nanochess Posted November 13 Author Share Posted November 13 Another thing requested by people using assembly language: CONST values are now exported to assembler. 1 Quote Link to comment https://forums.atariage.com/topic/372031-colecovision-almost-like-magic-basic-compiler-cvbasic-v070-now-with-ti-994a-support/page/2/#findComment-5564969 Share on other sites More sharing options...
+nanochess Posted November 14 Author Share Posted November 14 I've updated the Space Attack example to show a smooth-scrolling stars background. This is a technique where the screen is covered with endless vertical strips of 8 characters. Only these characters are redefined for a whole screen scrolling. 1 Quote Link to comment https://forums.atariage.com/topic/372031-colecovision-almost-like-magic-basic-compiler-cvbasic-v070-now-with-ti-994a-support/page/2/#findComment-5565074 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.