Author Topic: halp! asm ide's?  (Read 12881 times)

0 Members and 1 Guest are viewing this topic.

Offline Binder News

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 785
  • Rating: +46/-3
  • Zombie of Tomorrow
    • View Profile
Re: halp! asm ide's?
« Reply #15 on: January 09, 2011, 12:15:55 am »
With all the games he has, he has less arc than ram.
Spoiler For userbars:







Hacker-in-training!   Z80 Assembly Programmer     Axe Programmer
C++ H4X0R             Java Coder                           I <3 Python!

Perdidisti ludum     Cerebrum non habes

"We are humans first, no matter what."
"Fame is a vapor, popularity an accident, and riches take wings. Only one thing endures, and that is character."
Spoiler For Test Results:





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: halp! asm ide's?
« Reply #16 on: January 09, 2011, 09:23:47 pm »
Yea, but the calc doesn't have enough mem for big projects.
Not a problem. for large projects you can break up your code into multiple files and only keep the one you ar working on unarchived. You can even compile the files seperatley to prevent the memory from being filled.
That's cool, I didn't knew Mimas could do that. The lack of this was a major downside of OTBP and Mon83 on-calc assemblers.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: halp! asm ide's?
« Reply #17 on: January 09, 2011, 10:35:30 pm »
Yeah, the 83+ has practically no Archive, 96k, whereas the 84+ SE has 1.5MB

Offline z80man

  • Casio Traitor
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 977
  • Rating: +85/-3
    • View Profile
Re: halp! asm ide's?
« Reply #18 on: January 09, 2011, 10:38:23 pm »
Yeah, the 83+ has practically no Archive, 96k, whereas the 84+ SE has 1.5MB
Of that 96k how much can you use.

List of stuff I need to do before September:
1. Finish the Emulator of the Casio Prizm (in active development)
2. Finish the the SH3 asm IDE/assembler/linker program (in active development)
3. Create a partial Java virtual machine  for the Prizm (not started)
4. Create Axe for the Prizm with an Axe legacy mode (in planning phase)
5. Develop a large set of C and asm libraries for the Prizm (some progress)
6. Create an emulator of the 83+ for the Prizm (not started)
7. Create a well polished game that showcases the ability of the Casio Prizm (not started)

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: halp! asm ide's?
« Reply #19 on: January 10, 2011, 12:39:26 am »
The 83+ has 164 KB of user archive. This means 10 pages.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Binder News

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 785
  • Rating: +46/-3
  • Zombie of Tomorrow
    • View Profile
Re: halp! asm ide's?
« Reply #20 on: January 15, 2011, 06:11:44 am »
But a lot of that is used up by apps, and the OS
Spoiler For userbars:







Hacker-in-training!   Z80 Assembly Programmer     Axe Programmer
C++ H4X0R             Java Coder                           I <3 Python!

Perdidisti ludum     Cerebrum non habes

"We are humans first, no matter what."
"Fame is a vapor, popularity an accident, and riches take wings. Only one thing endures, and that is character."
Spoiler For Test Results:





Offline calcdude84se

  • Needs Motivation
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2272
  • Rating: +78/-13
  • Wondering where their free time went...
    • View Profile
Re: halp! asm ide's?
« Reply #21 on: January 15, 2011, 11:24:00 am »
By user archive he means where users can put programs, apps, etc. I.e. this does not include the OS ;)
The TI-83+ has 512KiB of Flash ROM, but only 160KiB are user-available.
As for apps, those are considered part of user archive.
(I'm just clarifying what DJ said, essentially ;D)
"People think computers will keep them from making mistakes. They're wrong. With computers you make mistakes faster."
-Adam Osborne
Spoiler For "PartesOS links":
I'll put it online when it does something.