28Fermer30
ContraLe 23/01/2010 à 17:06
L'adresse de départ PROGPTR semble pointer vers 9319h dans le fichier ti83asm.inc.

Mais ça ne marche pas non plus :
test.z80

	.nolist
#define TI83  
#include "ion.inc"  
  
	.list
	.org 9319h
 
start:  
	bcall(_clrLCDFull)  
	ret  
  
	.end  
END