compiler construction - Compile an 8xk program for TI-84 Plus Silver Edition Calculators -


i interested in writing own app ti-84 plus silver edition calculator (not program using calculator's built in language). know of compiler .8xk files, file extension ti-84 apps use? also, provide me sample code app show how hard make one? have no idea language used, , want know.

the easiest way write flash application use ti-basic + basic builder

alternatively, can take dive z80 assembly, though learning curve steep. here example assembly learning z80 assembly in 28 days.

ld     hl, (stack_ptr)    ; load stack pointer ld     (hl), e            ; push low-order byte inc    hl                 ; move stack pointer next byte of available space ld     (hl), d            ; push high-order byte inc    hl ld     (stack_ptr), hl    ; save new stack pointer 

if speed of assembly ease of basic, there several asm libraries (xlib example) available, i'm not sure how work flash apps.

you might axe, programming language near-assembly speeds.


Comments

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -