;Remote hex viewer include "settings.inc" include "ti83plus.inc" include "equates.inc" SEGMENT Main GLOBALS ON EXTERN StartApp,DispHexHL,hexAddr RemoteHexView: B_CALL ClrLCDFull B_CALL HomeUp ld hl,0 ld (hexAddr),hl $$: ld hl,(hexAddr) call DispHexHL ld a,':' B_CALL PutC ld a,' ' B_CALL PutC B_CALL GetKeyRetOff jr StartApp