The BBify'r @ clrhome

Turn your plaintext code into a thing of beauty. Now for BBCode or HTML!

Step 1

Customize your colors

Data:

Comments:

Directives:

Instructions:

Undocumented:

Registers:

Constants:

preview
.nolist
#include    "ti83plus.inc"
#define     ProgStart    $9D95
.list
.org        ProgStart-2
.db         $BB,$6D
    B_CALL  (_ClrLCDFull)
    LD      HL,0
    LD      (CurRow),HL
    LD      HL,Message
    B_CALL  (_PutS)     ; Displays the string
    B_CALL  (_NewLine)
    RET
Message:
.db         "Hello world!",0
.end
END

Step 2

Choose your engine

Step 3

Give me your code

or

Step 4

By clicking Submit, you agree to our terms and conditions

Copyright © 2011 DEEP THOUGHT

BBify Builder

Ready to make your own engine?

Comments

Single-line

Prefix:

Extended

Opening:

Closing:

Strings

Options

Delimiter 1:

Delimiter 2:

Escape:

Numbers

Hexadecimal

Prefix:

Octal

Prefix:

Binary

Prefix:

Keywords

Style 1

Style 2

Style 3

Style 4