home.social

#datapoint — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #datapoint, aggregated by home.social.

  1. What's the main challenge in assembling old code on a modern(ish) assembler? The old assemblers only consider the first few letters of a mnemonic significant. The 8008 has an INC opcode. My assembler has an INCLUDE directive.

    (The old code doesn't use INCLUDE, but I need to import symbols from other files. The easy way is to write public symbols to a file in suitable format for an INCLUDE).

    #Datapoint #Datapoint2200 #I8008 #Intel8008