Skip to content

Instantly share code, notes, and snippets.

@MightyPork
Created October 18, 2015 10:50
Show Gist options
  • Save MightyPork/c5e5febf17cbd1d77295 to your computer and use it in GitHub Desktop.
Save MightyPork/c5e5febf17cbd1d77295 to your computer and use it in GitHub Desktop.
<?php
$origname = 'GPIOB_IDR';
$basename = 'BB_'.$origname;
echo "_$basename EQU PERIPH_BB_BASE + ($origname - PERIPH_BASE) * 32\n\n";
for($i=0; $i<16; $i++) {
echo "{$basename}_$i EQU _{$basename} + (4 * $i)\n";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment