Willard Goosey · @goosey
291 followers · 22455 posts · Server mastodon.sdf.org

I think I'm about ready to upload a new version of , an intel 8080 & 8085 cross assembler.

No changes to the core assembler but it now has a cli option to understand style filenames ( asm.file instead of file/asm) for use under .

#riscos #asm80 #dde #amu

Last updated 2 years ago

Willard Goosey · @goosey
278 followers · 21690 posts · Server mastodon.sdf.org

of course, GNU m4, even compiled as a proper native app, wants unix directory seperators, so it can't find am4.nmiled it wants am4/nmiled

is my code this point and, told to load asm.nmiled tries to find asm.nmiled/asm but I can do something about that myself!

#riscos #asm80

Last updated 2 years ago

Willard Goosey · @goosey
271 followers · 21381 posts · Server mastodon.sdf.org

Actually playing with under and asm80 is fine, but the app I got off the net always starts its output file at 0000h!

Fine if you're building a boot rom, annoying if building a CP/M .com, really annoying if building a RAM binary (that probably starts at like F000h!)

So its either find/write a better hex2bin or find/write a utility to strip binary padding off... Neither is really hard, im just lazy...

#asm80 #riscos #hex2bin #m100

Last updated 2 years ago

Willard Goosey · @goosey
271 followers · 21380 posts · Server mastodon.sdf.org

humm, when you specify multiple files on the cli with the files are all assembled, but they are assembled separately...

If they were all assembled together, that would eliminate probably 90% of my need for a preprocessor...

My boss is on a rampage so I'm promising nothing!

#asm80

Last updated 2 years ago