From 4786ac16de791c6db4fe190da79969f556ab599c Mon Sep 17 00:00:00 2001 From: David Schmenk Date: Tue, 29 Apr 2014 20:55:37 -0700 Subject: [PATCH] Update README.md --- PLASMA/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/PLASMA/README.md b/PLASMA/README.md index db628b48..dc0a4136 100644 --- a/PLASMA/README.md +++ b/PLASMA/README.md @@ -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]