Writing a 6502 assembler for CP/M-65, parts 2/6 and 3/6

Поділитися
Вставка
  • Опубліковано 1 жов 2024
  • In whch yr hmbl svt writes a simple assembler for CP/M-65, which badly needs one. It's done in C, and is compiled with llvm-mos to run itself on CP/M-65. This means that it needs to be very small and very fast, but it also needs to be sophisticated enough to generate the relocatable binaries which CP/M-65 wants.
    You can find the resulting source code in the CP/M-65 repository: github.com/dav... (Look in `apps/asm.c`.)

КОМЕНТАРІ • 2

  • @itsfkf6106
    @itsfkf6106 Рік тому +2

    Been following your blog for a long time... didn't know you had a UA-cam channel...😅

  • @GegoXaren
    @GegoXaren Рік тому +1

    Woo!