amiga-bootcamp/11_libraries
2026-05-31 13:52:45 -04:00
..
ahi_programming.md docs(amiga): add Tier 4 content — AHI, cross-compilation, RTG, demoscene section 2026-05-13 17:49:28 -04:00
amigaguide.md More content added 2026-04-26 14:46:18 -04:00
arexx_integration.md More information. Especially about RE and AREXX automation 2026-04-29 21:42:28 -04:00
datatypes.md More content added 2026-04-26 14:46:18 -04:00
diskfont.md Added diskfont details 2026-04-26 15:29:06 -04:00
expansion.md docs: minor updates to zorro_bus, game_reversing, expansion 2026-05-12 22:04:26 -04:00
icon.md More content added 2026-04-26 14:46:18 -04:00
iffparse.md More content added 2026-04-26 14:46:18 -04:00
keymap.md Expand documentation suite: 30+ articles enriched with diagrams, code examples, and hardware details 2026-04-23 21:37:26 -04:00
layers.md Restructure - dedicated for copper and blitter separate subfolders to have the room to expand 2026-05-31 13:52:45 -04:00
locale.md More content added 2026-04-26 14:46:18 -04:00
mathffp.md More content added 2026-04-26 14:46:18 -04:00
README.md docs(amiga): add Tier 4 content — AHI, cross-compilation, RTG, demoscene section 2026-05-13 17:49:28 -04:00
rexxsyslib.md More information. Especially about RE and AREXX automation 2026-04-29 21:42:28 -04:00
translator.md More content added 2026-04-26 14:46:18 -04:00
utility.md More content added 2026-04-26 14:46:18 -04:00
workbench.md Expand documentation suite: 30+ articles enriched with diagrams, code examples, and hardware details 2026-04-23 21:37:26 -04:00

← Home

Common Libraries — Overview

Shared libraries beyond the core exec/dos/graphics/intuition subsystems. These provide utility functions, file format parsing, hardware expansion support, and Workbench integration.

Section Index

File Description
utility.md TagItem lists with chaining (TAG_MORE), callback hooks (register convention), date/time utilities, tag iteration patterns
expansion.md Zorro II/III bus architecture, AutoConfig ROM layout, board enumeration, FPGA implementation notes
icon.md Workbench icons (.info): DiskObject structure, ToolType parsing, icon types, OS 3.5+ true-color icons
workbench.md Workbench integration: WBStartup handling, AppWindow drag-and-drop, AppIcon, AppMenuItem
iffparse.md IFF file parsing: ILBM/8SVX/ANIM, nested chunk hierarchy, ByteRun1 compression, PBM planar deinterleaving, clipboard integration, decision guide vs DataTypes
locale.md Internationalization: catalog system (.cd/.ct files), locale-aware date/number formatting, character classification
keymap.md Keyboard mapping: raw-to-ASCII translation, KeyMap structure, dead keys, rawkey codes, national layouts
rexxsyslib.md ARexx scripting: hosting ARexx ports, command parsing, sending commands, return codes
arexx_integration.md ARexx integration guide: exposing app features, dispatch tables, antipatterns, cookbook
mathffp.md Motorola FFP and IEEE 754 floating point
layers.md Window clipping: ClipRect engine, Simple/Smart/Super refresh, damage repair, backfill hooks, layer locking, LVO API reference, 4 antipatterns, ClipBlit vs ScrollRaster optimization, 7 FAQ
diskfont.md Bitmap fonts deep dive: .font file format (FontContentsHeader), font descriptor files (DiskFontHeader), glyph bitmap layout, FONTS: assign, adding/installing fonts, bitmap vs TrueType/OpenType comparison, color fonts (OS 3.0+), Compugraphic outline fonts, AvailFonts enumeration, font loading pipeline
datatypes.md DataTypes system: object-oriented file loading for images, sound, text, animation via BOOPSI classes
amigaguide.md AmigaGuide hypertext help system: database format, @commands, API, ARexx integration, cross-database linking
translator.md translator.library: English-to-phonetic translation for speech synthesis, narrator.device integration, ARPABET phonemes
ahi_programming.md AHI retargetable audio: 16-bit multi-channel playback, software mixing, sample loading, streaming hooks, SFX cookbooks, 4 antipatterns, FPGA/MiSTer impact, modern analogies, 7 FAQ