Jump to content
  • entries
    7
  • comment
    1
  • views
    5,382

walker7

890 views

I have used a lot of assemblers to program games. I have used Learn to Program BASIC, BasiEgaXorz, and EASy68K. I have also used Apple ][ Basic, C++, and others. There are many different assemblers out there, but what if there was a computer (or maybe an application) with a really sophisticated assembler that could be used for programming games, and other things? The goal is to make programming easier, faster, and more enjoyable.


First, I'd like to mention all the essential things that any good assembler needs.

  1. Fast interface, as well as fast assembling.
  2. The ability to cleanly divide a ROM into sections.
  3. Code/data folding.
  4. The ability to test code as you write it.
  5. Storing colors, but showing them visually, rather than as numbers.
  6. Storing graphics for a game as data, and making it show like it would in the program.
  7. Compress graphics if necessary.
  8. If it's for a system that uses tiles for graphics, computing the mappings for them.
  9. Compress data in some way.
  10. Test code for length.
  11. Being able to make short/long branches automatically according to smallest possible file size.
  12. Making sure VBlank code starts and ends properly.
  13. For any routine, sort the local labels alphabetically or numerically.
  14. Add a number of labels to a ROM that follow a certain character pattern.
  15. Add/manage data structures.
  16. Lets you pick labels/variables from a list.
  17. Calculates a ROM checksum and/or adds code.
  18. Pads a ROM to a number of bytes that is a power of 2.



I might add more of these. Over time, I will be adding blog posts regarding one or more of these elements. Keep in mind that any images posted in this blog are simulated. The Apple ][ is my inspiration for their look, since it was one of the first computers I grew up with.

1 Comment


Recommended Comments

Guest
Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...