NEWS APPS DOCS ABOUT | ||||
Autodocs Other: SAD --Overview-- ALLOCATE_MEMORY CALL_ADDRESS FREE_MEMORY GET_CONTEXT_FRAME NOP READ_ARRAY READ_BYTE READ_LONG READ_WORD RESET RETURN_TO_SYSTEM TURN_OFF_SINGLE TURN_ON_SINGLE WRITE_ARRAY WRITE_BYTE WRITE_LONG WRITE_WORD Include GuruMeditation | ALLOCATE MEMORY Command: $AF $0A Data: $qq $rr $ss $tt $hh $ii $jj $kk Allocate a chunk of memory that is <$qqrrsstt> bytes in size. Note that this call is only safe when SAD is in $3F prompting mode (called from Debug()) and even then may be unsafe if the system is in bad shape. (You are debugging after all) The returned address will be available to you until you release it. (It is obtained via a call to AllocVec()) The type of memory allocated is <$hhiijjkk>. Note that the allocation may fail. In that case, the address returned will be $00000000. Command ACK: $00 $0A Command DONE: $1F $0A $ww $xx $yy $zz Comments |
$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se |