Autor
| Pb with Nestor Basic
|
kirem msx friend Mensajes: 7 | Publicado: Febrero 19 2004, 22:33   |
Hello,
I'm a beginer with Nestor Basic and I have a little problem with this code:
10 DEFINT A-Z
20 C=0
30 SCREEN 8
35 CALL TURBO ON(C)
40 LINE(0,0)-(255,211),71,BF
50 C=POINT(128,105)
55 CALL TURBO OFF
70 SCREEN 0
80 PRINT C
In basic C=71 but with Nestor C=7  .
Which is my error?
|
|
Imanok msx addict Mensajes: 283 | Publicado: Febrero 24 2004, 10:38   |
I think there's no mistake....
By the way, are you using an emulator? I've noticed some of them doesn't work properly with PSET and POINT instructions. I tested your program with NLMSX and it worked OK.
|
|
kirem msx friend Mensajes: 7 | Publicado: Febrero 27 2004, 22:40   |
Thank you for your answer it my open eyes.
A stupid error, I use NLMSX with KunBasic into Rom, and I forgot to load Nestor. |
|
|
|
|