pweingar / FoenixMCP

A portable kernel for the Foenix series of computers.
BSD 3-Clause "New" or "Revised" License
10 stars 5 forks source link

Update 68000 function bindings in doc so they work with 68000 #19

Open vinz6751 opened 3 years ago

vinz6751 commented 3 years ago

The function bindings in the manual make use of lea <ea>,Dn , but this not supported on the 68000 (only from 68020 probably?), on the 68000, LEA's destination register must be an address register.

So we have to use:

I can do the update in a few days hopefully.

pweingar commented 3 years ago

Oh good catch. Foolishness on my part, and maybe a copy-paste mistake. I may go ahead and fix these tonight.

pweingar commented 3 years ago

I have updated them (I think). Take a look sometime and let me know if it looks right now. I really should have used working examples.

vinz6751 commented 2 years ago

Thanks for the update, the example for sys_fsys_open on page 24 still needs adjusting. The rest looked fine

pweingar commented 2 years ago

I've updated sys_fsys_open.