Author Topic: porting old prgms  (Read 9784 times)

0 Members and 2 Guests are viewing this topic.

Offline dreamdragon

  • LV3 Member (Next: 100)
  • ***
  • Posts: 72
  • Rating: +6/-19
  • Dragon born and Dragon raised.
    • View Profile
Re: porting old prgms
« Reply #30 on: February 05, 2014, 08:40:40 am »
If i might ask very gently ;):
does porting require you to look at the similarities in the tibasic code in the model of calculator you want to port to?
like, are there older commands that are the same in a new one, but in the newer one its a different command altogether?
and, is it vital that you go through the original prgm to be ported?

just some very curious questions. ._.
 :hyper:

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: porting old prgms
« Reply #31 on: February 06, 2014, 09:47:54 pm »
84+ BASIC to CSE BASIC is almost identical except drawing commands, which have extra arguments. I think those arguments are optional, though. There are also extra commands. However, you still need to adjust stuff since the screen is larger.