.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}
CodeMirror
Home Manual Code
Language modes Z80 assembly
Z80 assembly mode
#include "ti83plus.inc" #define progStart D95 .org progStart-2 .db $BB,D
bcall(_ClrLCDFull) ld hl,0 ld (CurCol),hl ld hl,Message bcall(_PutS) ; Displays the string bcall(_NewLine) ret Message: .db "Hello world!",0
var editor = CodeMirror.fromTextArea(document.getElementById("code"), { lineNumbers: true });
MIME types defined: text/x-z80 , text/x-ez80 .