OS4 DepotLogo by Liksmaskaren 
(anonymous IP: 3.142.124.252,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Library » Misc » amosextension.library.lha

AmosExtensionlibrary

Description: AmosExtension.library load AMOS extensions
Download: amosextension.library.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 375kb
Version: 1.6
Date: 08 Aug 2022
Author: Kjetil Hvalstrand
Submitter: Kjetil Hvalstrand
Homepage: https://github.com/khval/AmosExtension.library
Requirements: AmigaOS4.1
Category: library/misc
Replaces: library/misc/amosextension.library.lha
License: Other
Distribute: yes
Min OS Version: 4.1
FileID: 12181
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 52  (Current version)
151  (Accumulated)
Votes: 1 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
# AmosExtension.library

The general idea behind this library is, create some basic routines that 
allows you to open Amos Extensions in C/C++ programs can call functions from
extensions.

Library should be able to open the extension, check if it is a valid extension.
Find a command by name. Get command by token number, lookup the command table, 
and find address to 680x0 relocatable assembler code, then you should be able to
call 
emulate on 680x0 assembler, from AmigaOS4.1 C/C++ program.
There should be a command info structure, and a command list structure 
with address to assembler, and size of routine.

A more direct way to use library is using defines to tell the offset in command
table.
this can be extracted from extensions to create .h files.

Tools that use this library
Amos2Ascii, AmosExtentions2Ascii.

This project is open source, you can find the changes in commit history.
https://github.com/khval/AmosExtension.library



Copyright © 2004-2024 by Björn Hagström All Rights Reserved