martes, 24 de marzo de 2026

Compiler Ti83 asm Assembler ASM online Z80 compiler ti83plus Compiler

 https://clrhome.org/asm/

#include    "ti83plus.inc"

#define     progStart   $9D95

.org        progStart-2

.db         $BB,$6D

    bcall(_ClrLCDFull)

    ld  HL, 0

    ld  (CurRow),   HL

    ld  HL, Message

    bcall(_PutS) ; Displays the string

    bcall(_NewLine)

    ret

Message:

.db         "Hello world!",0

No hay comentarios:

Publicar un comentario