Skip to content

Instantly share code, notes, and snippets.

View weiju's full-sized avatar

Wei-ju Wu weiju

View GitHub Profile
@weiju
weiju / dalf.rexx
Created July 6, 2012 20:18
This is the dalf.rexx tool for dumping information about Amiga Hunk files. I modified it to handle rel32short blocks as well as the drel32/rel32short hack that AmigaDOS supports since Kickstart V37
/************************************************\
* dalf.rexx - Dumps Amiga Load Files. *
* C 1990 Mikael Karlsson (micke@slaka.sirius.se) *
* 2012 Wei-ju Wu, V37 enhancements *
\************************************************/
parse arg file /* File to examine */
signal on break_c /* We want a nice clean break */