Cc65: Unification of c16 and plus4

Created on 12 Mar 2018  路  10Comments  路  Source: cc65/cc65

Merge both targets like atari and atarixl
````
Tm Sz Pr Fn Del Name


x  x        break.s
x  x        cgetc.s
x  x        clrscr.s
x  x        crt0.s
x  x        devnum.s
x  x        get_tv.s
x  x        irq.s
x  x        joy_stat_stddrv.s
x  x        joy_stddrv.s
x  x        kbhit.s
x  x        kclose.s
x  x        libref.s
x  x        mainargs.s
x  x        randomize.s
x  x        sysuname.s
x  x        _scrsize.s
   x        color.s
   x        conio.s
   x        cputc.s
   x        revers.s
   x        status.s
   x        systime.s
          x kernal.s

````

enhancement

Most helpful comment

Most of your messages appear to be some kind of an intelligence test to me.

;-)

All 10 comments

This seems (of course) a vrey good idea. However, I have two questions:

  • What is the meaning of the column headers Tm, Sz, Pr, Fn and Del?
  • Why is this an issue and no pull request? ;-)

This was your idea IIRC :-)
The table is just a reminder which file differs somehow...

It might have beeen Oliver's idea, but it does not explain the meaning of the columns.

@spiro-trikaliotis C'mon, it's Size, Protection and Deleted. A quick effort estimation: Six files are already identical, nothing fancy.

@polluks: Most of your messages appear to be some kind of an intelligence test to me. Sadly, I'm not that bright. Is it so difficult or an inconvenience to really write out what you want to say?

Your explanation is incomplete.

Size (I guess that's "Sz"): what does 'x' mean? Different? Or same?
Protection ("Pr"?): what is that?
Deleted ("Del"?): what is that?

And you haven't explained the "Tm" and "Fm" columns.

Indeed, I could save the output locally but using this thread seemed to be handy.
'x' means different, by the way the table is an lha hunt, see section 2.4.7 of
https://raw.githubusercontent.com/theflyingape/rpgbbs/master/LhA.man
"Tm" and "Fn" are simply not relevant.

Most of your messages appear to be some kind of an intelligence test to me.

;-)

Isn't this more or less the same as #461?

@groessler indeed

Reopening that...

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Ymhr6 picture Ymhr6  路  8Comments

joeholley picture joeholley  路  3Comments

Cynlic picture Cynlic  路  3Comments

sblendorio picture sblendorio  路  9Comments

frakswe picture frakswe  路  8Comments