1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-22 22:10:20 +10:00
collapseos/apps/memt/glue.asm
Virgil Dupras f4b6c7637d zasm: rename #inc to .inc
scas, it's not needed any more.
2019-10-06 14:32:23 -04:00

21 lines
367 B
NASM

; memt
;
; Write all possible values in all possible addresses that follow the end of
; this program. That means we don't test all available RAM, but well, still
; better than nothing...
;
; If there's an error, prints out where.
;
; *** Requirements ***
; printstr
; printHexPair
;
; *** Includes ***
.inc "user.h"
.org USER_CODE
jp memtMain
.inc "memt/main.asm"