Jump to content
IGNORED

Assembler Editor No Strings?


Recommended Posts

Quick question:

 

In MAC/65 there is .SBYTE "SKDJFGFSNJMDP", Synassembler has .AS/.AT which lets you easily put text onto the screen, but in Assembler/Editor there is only .BYTE so you end up with the control characters instead of the letters. In Tom Hudson's bootcamp for As/Ed the only text use I found was using the IO routines to print it to screen. From that I guess the answer is no but is there an equivalent of .SBYTE or a modifier command option?

Thanks

Link to comment
Share on other sites

There's no provision for screen codes as such.  And no provision either for doing such things as adding an constant value, setting or flipping the high bit or other tricks that modern cross-platform assemblers usually have as standard.

 

The OS just runs the character codes through a translation based on the top 2 bits and text mode in use, so you could do the same.  Try and put all the text screen assets in a continuous block then do a single run over at startup time assuming it's a Ram-based program.

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   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...