khval / utf8_library

Utf8_library for AmigaOS, unicode8 is a standard for sharing text on the internet and on storage medias. Unicode does not need codepage, instead it compresses the glyph values.
GNU Lesser General Public License v2.1
6 stars 1 forks source link

Stubs for 680x0 programs. #8

Open khval opened 3 years ago

khval commented 3 years ago

If UTF8.library is going to be ported to AmigaOS3.x, then 680x0 programs will expect to be able to use library, currently it will crash and burn, as we have not implemented stubs, to handle the 680x0 register argument passing.

this how a stub should look like: https://github.com/khval/chipset.library/blob/master/chipset_files/68k_stubs.c

khval commented 3 years ago

Think its best to wait for AmigaOS3.x port, not write stubs first, just in case.