6502.org Forum  Projects  Code  Documents  Tools  Forum
It is currently Tue May 14, 2024 1:39 am

All times are UTC




Post new topic Reply to topic  [ 1 post ] 
Author Message
PostPosted: Sat Jan 07, 2012 5:39 pm 
Offline

Joined: Mon Mar 02, 2009 7:27 pm
Posts: 3258
Location: NC, USA
I came across this free program today wile looking for a binary of the New Courier font. CFE_64 will let one make fonts easily with its excellent 32/64bit Windows GUI. It also lets you output the code in Motorola asm syntax, and also choose between 8bit (byte) or 16bit(word) format, which is compatible with 65Org16.

Motorola asm file has the syntax "dc.w 0x0000, 0x00FF,0xFFFF,etc". All that is needed are 2 'find and replace' operations in a text editor to make it more palettable for As65/HXA 65Org16 Assemblers. Replace "dc.w" with ".BYTE" and replace "0x" with "$" and you have your font pixel data file!

You can set the MAX to 64bits wide by 64bits high...


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 5 guests


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 post attachments in this forum

Search for:
Jump to: