]> git.sur5r.net Git - cc65/commit
Allow "mode" argument to open() to be passed from 6502 code.
authorPatrick Pelletier <code@funwithsoftware.org>
Fri, 17 Aug 2018 17:43:14 +0000 (10:43 -0700)
committerOliver Schmidt <ol.sc@web.de>
Fri, 17 Aug 2018 21:28:45 +0000 (23:28 +0200)
commitaba320eadea576037fc2130a208b68d0c56c21e7
tree095de188e57194c7043bb0d5e6a64a3b2131f76e
parentd602572bbec53fe9ca906029d7bac436f65d915f
Allow "mode" argument to open() to be passed from 6502 code.

Implements this suggestion:
https://github.com/cc65/cc65/pull/719#issuecomment-413809096
asminc/stat.inc [new file with mode: 0644]
include/sys/stat.h [new file with mode: 0644]
libsrc/common/_fopen.s
src/sim65/paravirt.c