mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-03-04 07:29:21 +00:00
Update README.md
This commit is contained in:
parent
4415045c6b
commit
4786ac16de
@ -319,8 +319,11 @@ call6502(aReg, xReg, yReg, statusReg, addr) returns a pointer to a four byte str
|
||||
const getlin = $FD6A
|
||||
|
||||
numchars = (call6502(0, 0, 0, 0, getlin)).xreg ; return char count in X reg
|
||||
prodos(cmd, params)calls ProDOS, returning the status value.
|
||||
```
|
||||
|
||||
prodos(cmd, params) calls ProDOS, returning the status value.
|
||||
|
||||
```
|
||||
def read(refnum, buff, len)
|
||||
byte params[8]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user