Search results
c language for msx
Score: 188.17 %,
Type: Forum topic , Comments: 7 comments
hello to everyone!
I am new to the msx world.
I'm using turbo pascal and I'm doing very well....
I would like to know for C... to manage also the graphics (sprites etc etc...)
with documentation...
which C compiler do you ...
MSX and memory
Score: 188.03 %,
Type: Forum topic , Comments: 13 comments
fre(0),fre(1)
You'll get 58109 bytes for code and 64256 bytes for variables available. If you add lines ...
Problem with xbasic compiler
Score: 188.1 %,
Type: Forum topic , Comments: 32 comments
n$="0":n$(4192)="0":n$(4192)=n$
25 call turbo on
30 for i=1 to 4192:if n$(i)="1" then 60
40 ... for that matter) to X it goes from 0..X-1 (inclusive). So accessing member X is a programming error. It so happens ... do this:
10 A=7
20 CALL TURBO ON
30 PRINT A
40 CALL TURBO OFF
RUN
0
OK
The result ...
