View Single Post
Old 02 October 2010, 21:02   #47
Lonewolf10
AMOS Extensions Developer
 
Lonewolf10's Avatar
 
Join Date: Jun 2007
Location: near Cambridge, UK
Age: 44
Posts: 1,924
Quote:
Originally Posted by Leffmann View Post
Allocating public memory means the AmigaOS will first check for fastmem and slowmem, then chipmem.
Ok.

Quote:
Originally Posted by Leffmann View Post
Brevkurs is Swedish actually, it means mail/letter course.
What's a Swedish word doing in a Danish course?!! Thanks for the translation


Another note to anyone doing the course, alot of the example programs end up giving the workbench error message (Returned errorcode X), where X is the current value of d0. To avoid this simply type...

Code:
    moveq   #0,d0
...before the RTS instruction that exits back to workbench.


Regards,
Lonewolf10
Lonewolf10 is offline  
 
Page generated in 0.09486 seconds with 11 queries