01.06.2013 Views

IPC@CHIP Documentation - SC12 @CHIP-RTOS V1.10

IPC@CHIP Documentation - SC12 @CHIP-RTOS V1.10

IPC@CHIP Documentation - SC12 @CHIP-RTOS V1.10

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

AL<br />

BX<br />

CX<br />

DX<br />

AL=0 to get the date and time of the last modification.<br />

AL=1 to set the file date and time.<br />

File handle<br />

if AL==1: Time in the format described below<br />

if AL==1: Date in the format described below<br />

Return Value<br />

Comments<br />

Success: Carry flag cleared, if input parameter AL=0 then:<br />

CX = time of last modification<br />

DX = date of last modification<br />

Failure: Carry flag set<br />

The time/date registers are coded as follows:<br />

CX time of last modification<br />

bits 15-11: hours (0..23)<br />

bits 10-5: minutes<br />

bits 4-0: seconds/2<br />

Related Topics<br />

Top of list<br />

Index page<br />

DX date of last modification<br />

bits 15-9: year-1980<br />

bits 8-5: month<br />

bits 4-0: day<br />

Create New File Handle<br />

Open Existing File<br />

Interrupt 0x21 service 0x58: Get/Set memory strategy (dummy function)<br />

Parameters<br />

AH<br />

AL<br />

Get/Set memory strategy, only a dummy function for compatibility<br />

0x58<br />

AL=0 Get strategy<br />

AL=1 Set strategy.<br />

Page 277 / 400

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!