freemint / tos.hyp

The tos.hyp tries to document all functions from TOS. It also has information about MagiC, N.AES, MyAES, Geneva, XaAES, oAESis and some emulators.
https://freemint.github.io/tos.hyp
GNU General Public License v2.0
13 stars 11 forks source link

Typo in Ptrace binding #107

Closed lpgb closed 2 years ago

lpgb commented 2 years ago

Line with typo reads: move.l date ; Offset 10

Should be: move.l data ; Offset 10

Opcode is wrong in the description and binding. Should be 320. 265 is Pwait.

If someone with write access could tweak that. ;)