Check entire API for inefficient / wrong types #13

Open
opened 2018-10-19 17:22:44 -05:00 by scott · 2 comments

Some API calls use integers where bytes are fine, etc. This needs cleaned up.

Some API calls use integers where bytes are fine, etc. This needs cleaned up.

Underway. New jint16 and juint16 types added to ensure 16 bit integers across platforms.

Underway. New jint16 and juint16 types added to ensure 16 bit integers across platforms.

This has become fun. A lot of values that could be represented as 'byte' are staying 'jint16' because the IIgs tools won't pass a single byte from C to ASM.

This has become fun. A lot of values that could be represented as 'byte' are staying 'jint16' because the IIgs tools won't pass a single byte from C to ASM.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Public_Skunkworks/joeylib#13
No description provided.