mirror of
https://github.com/ksherlock/minix.fst.git
synced 2024-12-06 23:50:51 +00:00
flush call
This commit is contained in:
parent
e7a4c025a1
commit
bfd514a0ad
2
Makefile
2
Makefile
@ -2,7 +2,7 @@
|
||||
|
||||
SOURCES = main.aii volume.aii get_file_info.aii \
|
||||
open.aii get_dir_entry.aii get_mark.aii set_mark.aii get_eof.aii \
|
||||
close.aii read.aii \
|
||||
close.aii read.aii flush.aii \
|
||||
id_disk.aii stubs.aii tables.aii device.aii params.aii globals.aii \
|
||||
debug.aii
|
||||
|
||||
|
27
flush.aii
Normal file
27
flush.aii
Normal file
@ -0,0 +1,27 @@
|
||||
|
||||
string asis
|
||||
|
||||
include 'gsos.equ'
|
||||
include 'minix.equ'
|
||||
include 'records.equ'
|
||||
|
||||
include 'fst.equ'
|
||||
|
||||
include 'fst.macros'
|
||||
|
||||
include 'M16.Debug'
|
||||
|
||||
;
|
||||
; flush. Currently a no-op since this a read-only fst.
|
||||
;
|
||||
;
|
||||
|
||||
|
||||
flush procname export
|
||||
|
||||
lda #0
|
||||
clc
|
||||
rtl
|
||||
endp
|
||||
|
||||
end
|
Loading…
Reference in New Issue
Block a user