I will not be using Wabbitcode to write this app. I will be using the DCS assembler to compile this. As such, what headers will I need to use. Something tells me:


Code:
.binarymode intel                   ; TI-83+ Application

.variablename "ZeldaGR"

.inclabels "ti8x.lbl"               ; Label file containing equates

.deflong bjump(label)               ; Jump macro
call BRT_JUMP0
.dw label
.enddeflong

.deflong bcall(label)               ; Call macro
rst rBR_CALL
.dw label
.enddeflong

.defpage 0, 16*1024, $4000          ; Page 0 definition
.defpage 1, 16*1024, $4000          ; Page 1 definition
.defpage 2, 16*1024, $4000          ; Page 2 definition (May not need)

.page 0                             ; Start page 0
; ← header is added in here for us
.block 128                      ; Advance 128 bytes for header

jp  Init


Will not suffice.
The DCS SDK uses Brass as the assembler, so you should be able to find what you need at benryves' site.
Thank you. I found what I need. That header I posted above is quite ok.
  
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
Page 1 of 1
» All times are UTC - 5 Hours
 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

 

Advertisement