diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-04-23 21:17:10 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-04-23 21:17:10 -0700 |
commit | 7df08a942ae4f7904e01ed364d6214ddcf1c547a (patch) | |
tree | 43da56e568b4f476e123b7001e187a13a976d8a6 /subx/apps | |
parent | 99d22b871d6631e4d49d66fa4e1886c4ab71aef7 (diff) | |
download | mu-7df08a942ae4f7904e01ed364d6214ddcf1c547a.tar.gz |
5123
Diffstat (limited to 'subx/apps')
-rw-r--r-- | subx/apps/dquotes.subx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/subx/apps/dquotes.subx b/subx/apps/dquotes.subx index 17e63df2..8bab10d5 100644 --- a/subx/apps/dquotes.subx +++ b/subx/apps/dquotes.subx @@ -71,10 +71,6 @@ $main:end: b8/copy-to-EAX 1/imm32/exit cd/syscall 0x80/imm8 -# data structure: -# row: pair of (address array byte) and (address stream byte) -# table: (address stream row) - convert: # in : (address buffered-file), out : (address buffered-file) -> <void> # pseudocode: # var line = new-stream(512, 1) |