Allow "mode" argument to open() to be passed from 6502 code.
Implements this suggestion: https://github.com/cc65/cc65/pull/719#issuecomment-413809096
This commit is contained in:
committed by
Oliver Schmidt
parent
d602572bbe
commit
aba320eade
3
asminc/stat.inc
Normal file
3
asminc/stat.inc
Normal file
@@ -0,0 +1,3 @@
|
||||
; File mode constants, must match the values in the C headers
|
||||
S_IREAD = $0100 ; octal 0400
|
||||
S_IWRITE = $0080 ; octal 0200
|
||||
Reference in New Issue
Block a user