-
dca6ce4e8e
ti/kbd: begin GetC implementation
Virgil Dupras
2019-11-08 14:04:56 -0500
-
6a4bddc493
ti/lcd: ensure that variables are initialized
Virgil Dupras
2019-11-08 11:45:37 -0500
-
a3c47f6272
Add tests for parseArgs
Virgil Dupras
2019-11-08 10:18:54 -0500
-
e972dfe220
Add test documentation
Virgil Dupras
2019-11-08 10:37:52 -0500
-
fa3a3f0c29
Add tests for parseArgs
#65
Virgil Dupras
2019-11-08 10:18:54 -0500
-
c57f2d6973
fonts/5x7: add lowercase letters
Virgil Dupras
2019-11-07 22:27:12 -0500
-
fda9c9826e
ti/lcd: add linefeed support
Virgil Dupras
2019-11-07 20:52:09 -0500
-
f4871d4d58
recipes/ti84: add upload instructions
Virgil Dupras
2019-11-07 13:42:40 -0500
-
a13a94bbc7
fix typos
Virgil Dupras
2019-11-07 12:13:00 -0500
-
ca84b5dac8
recipes/ti84: first step
Virgil Dupras
2019-11-07 11:52:29 -0500
-
69daf49920
doc: fix mis-wording
Virgil Dupras
2019-11-05 17:59:29 -0500
-
6396eb4a9e
tricks: add endianness notes
Virgil Dupras
2019-11-04 16:49:53 -0500
-
9344c4b961
doc: minor improvements
Virgil Dupras
2019-11-04 14:45:10 -0500
-
3ef964e74d
acia: make GetC blocking
Virgil Dupras
2019-11-04 14:44:43 -0500
-
f395297874
Improve python tools' shebang
Virgil Dupras
2019-11-04 14:43:27 -0500
-
9f23d7a79c
use the zero flag to signal success
Valentin Lenhart
2019-11-04 19:04:01 +0100
-
5a826de1ee
make mptr print the current memory pointer when called with no arguments
Valentin Lenhart
2019-10-21 17:32:00 +0200
-
c230856f09
pass the number of arguments to the called function
Valentin Lenhart
2019-10-21 17:30:15 +0200
-
c3ad620ba8
parseArgs: return number of arguments
Valentin Lenhart
2019-10-20 20:25:48 +0200
-
-
41338a4b23
stdio: add "Accepted characters" comment section
Virgil Dupras
2019-11-04 10:12:17 -0500
-
27149338e4
stdio: fix typo
Virgil Dupras
2019-11-04 10:04:09 -0500
-
2a55bfd375
stdio: remove a layer of indirection in GetC/PutC
Virgil Dupras
2019-11-04 09:55:12 -0500
-
2a513e6f57
stdio: make stdioGetC and stdioReadline blocking
Virgil Dupras
2019-11-03 20:32:27 -0500
-
16bf8e28c0
Remove SHELL_LOOPHOOK
Virgil Dupras
2019-11-03 18:21:13 -0500
-
20c0ba3dd0
Clarify recipes structure
Virgil Dupras
2019-11-03 16:09:11 -0500
-
-
-
8a696a1e23
Add "See it in action" section to README
Virgil Dupras
2019-10-31 20:49:35 -0400
-
a86234c87e
Fix typo in shell's emul{Get,Put}C
Virgil Dupras
2019-10-31 18:49:02 -0400
-
1f26879cd3
Add TRICKS.txt
Virgil Dupras
2019-10-30 21:00:10 -0400
-
d5c9bf5eec
Add travis support
Virgil Dupras
2019-10-30 18:59:47 -0400
-
b745f49186
Rename blockdev's API routines to GetB/PutB
Virgil Dupras
2019-10-30 16:59:35 -0400
-
38333e9e07
Decimal parse optimisations (#45)
Clanmaster21
2019-10-24 12:58:32 +0100
-
b52730818a
ed: auto increment ED_CURLINE
#66
nopjmp
2019-10-21 23:24:17 -0500
-
-
-
423460cc47
Removed loop analysis comments, and trailing whitespace
Clanmaster21
2019-10-21 15:35:57 +0100
-
7d43f7a760
Renamed .error, removed trailing whitespace, more verbose comments.
#45
Clanmaster21
2019-10-21 15:30:28 +0100
-
8093bef9cb
Marked inlined parseDecimalDigit uses
Clanmaster21
2019-10-21 15:22:08 +0100
-
df18adfae7
Moved and indented comment about fmtHex's method
Clanmaster21
2019-10-21 02:23:49 +0100
-
e62c16c2f0
Clearer choice of constants
Clanmaster21
2019-10-21 02:13:57 +0100
-
edbd775642
Fixed more errors, clearer choice of constants
Clanmaster21
2019-10-21 02:13:21 +0100
-
ab4fca334d
Fixed erroring out for all number >0x1999
Clanmaster21
2019-10-20 23:56:31 +0100
-
a7aa2fc702
Improve test_parse_z coverage
Virgil Dupras
2019-10-20 17:56:37 -0400
-
67adc6fcfc
Removed skip leading zeroes, added skip first multiply
Clanmaster21
2019-10-20 22:26:07 +0100
-
ac2d899e80
Commented the use of daa
Clanmaster21
2019-10-19 17:24:50 +0100
-
63826c3c72
cfspack: write an empty block after the end, to support empty filesystems
#57
James Stanley
2019-10-19 12:28:37 +0100
-
909da5177f
Fix filesystem in shell emulator
James Stanley
2019-10-16 19:55:12 +0100
-
bfe2c87a23
Add CONTRIBUTING.md (#53)
Virgil Dupras
2019-10-18 15:50:38 -0400
-
48aa25f5f9
Add CONTRIBUTING.md
#53
Virgil Dupras
2019-10-16 12:17:21 -0400
-
-
176084d619
Adopted push/pop notation, added comments
Clanmaster21
2019-10-18 18:53:56 +0100
-
370c3fa264
Adopted push/pop notation
Clanmaster21
2019-10-18 18:49:32 +0100
-
cca3157c66
addHL and subHL affect flags, and are smaller (#30)
Clanmaster21
2019-10-17 21:45:27 +0100
-
46c6a2a3c5
Adopted push/pop notation
#30
Clanmaster21
2019-10-17 21:42:48 +0100
-
505c9c6924
Clearer comments
Clanmaster21
2019-10-17 21:16:48 +0100
-
85cf733279
I accidentally pushed an optimisation I pushed to another branch
Clanmaster21
2019-10-17 21:00:41 +0100
-
f806786bd3
zasm: document lack of support for undocumented instructions
Virgil Dupras
2019-10-17 15:52:59 -0400
-
f41ccdbc81
Update bootstrap binaries
Virgil Dupras
2019-10-17 15:47:39 -0400
-
3b1bbc1751
zasm: support negative displacement for IX/IY
Virgil Dupras
2019-10-17 15:38:11 -0400
-
6c0052578e
Lots of minor optimisations
Clanmaster21
2019-10-17 20:33:01 +0100
-
c255903323
Saved some bytes in parseHexPair and sdc
Clanmaster21
2019-10-17 20:20:13 +0100
-
a2598a4498
Replaced some nop's
Clanmaster21
2019-10-17 20:12:22 +0100
-
cf69ca21bf
Fixed tabs and spacing, and made a comment clearer.
Clanmaster21
2019-10-17 08:51:02 +0100
-
9364ffed6d
Reworked second use of addHL
Clanmaster21
2019-10-17 08:47:09 +0100
-
f8ebe17eba
Corrected spelling error in comment
Clanmaster21
2019-10-17 07:34:46 +0100
-
9803b458f6
Reworked one use of addHL
Clanmaster21
2019-10-17 07:26:22 +0100
-
e1c7269809
Update core.asm
Clanmaster21
2019-10-17 07:15:08 +0100
-
9fb1467ee5
cpHLDE and writeHLinDE improvements (#33)
Clanmaster21
2019-10-17 01:39:38 +0100
-
-
-
5460f28cfb
Removed unnecessary import sys (#46)
Jorde Kang
2019-10-16 02:41:44 +0000
-
7f7251d57f
Fix buffer overrun in shell emulator (#51)
James Stanley
2019-10-16 01:21:40 +0000
-
-
-
9350bf90ca
Fix buffer overrun in shell emulator
#51
James Stanley
2019-10-15 22:26:01 +0100
-
-
-
174148100c
Fixed the new parseHex
Clanmaster21
2019-10-15 22:01:48 +0100
-
c0c74b3c81
Merge pull request #4 from madkali/madkali-patch-1
madkali
2019-10-14 23:52:26 +0200
-
-
458358c594
blank.ml
madkali
2019-10-14 23:51:54 +0200
-
-
daed7de5be
Update rnd procedure comment
#47
Keith Stellyes
2019-10-13 13:26:30 -0700
-
fdce67f8ba
Implement RNG in kernel and basic dice app to demonstrate it
Keith Stellyes
2019-10-13 12:44:43 -0700
-
2224a9264e
Corrected error in comments, and a new parseHex
Clanmaster21
2019-10-13 18:45:28 +0100
-
f871ea671e
Better explanation and layout
Clanmaster21
2019-10-13 18:34:46 +0100
-
c8c1400f93
Removed unnecessary import sys
#46
Jorde Kang
2019-10-13 17:52:13 +0100
-
-
-
4185650ce1
Fixed tabs and spacing
Clanmaster21
2019-10-13 14:10:35 +0100
-
15f9869d68
Fixed tabs and spacing
Clanmaster21
2019-10-13 14:07:39 +0100
-
ed1643dc00
Inlined parseDecimalDigit
Clanmaster21
2019-10-13 13:52:46 +0100
-
9797405789
Major parsing optimisations
Clanmaster21
2019-10-13 13:50:07 +0100
-
6bc516b2e7
Optimised parsing functions and other minor optimisations
Clanmaster21
2019-10-13 13:10:51 +0100
-
-
-
0c00dccf80
Merge pull request #3 from madkali/madkali-patch-1
madkali
2019-10-13 13:20:53 +0200
-
-
443088d8f1
BIO.note
madkali
2019-10-13 13:20:39 +0200
-
-
c384478d53
Merge pull request #2 from madkali/madkali-patch-1
madkali
2019-10-13 01:20:22 +0200
-
-
3ee5543b85
readme
madkali
2019-10-13 01:20:12 +0200
-
-
8cfc25aa16
Merge pull request #1 from madkali/madkali-patch-1
#42
madkali
2019-10-13 01:16:55 +0200
-
-
-
6e55862257
https://github.com/Row-Park/Zdos/wiki/_new
madkali
2019-10-13 01:16:44 +0200
-
-
2a5367b28a
new text logo
#16
v1rtl
2019-10-11 13:32:36 +0300
-
9e59143d4c
cpHLDE and writeHLinDE improvements
#33
Clanmaster21
2019-10-10 22:59:58 +0100
-
-
-
8b174acd0e
addHL and subHL affect flags, and are smaller
Clanmaster21
2019-10-10 21:07:23 +0100
-
-
28a0b84321
Merge pull request #1 from hsoft/master
Keith Stellyes
2019-10-10 12:47:55 -0700
-
-
-
-
8926c33ab1
Fix tools/tests/zasm/runtests.sh shebang
Virgil Dupras
2019-10-10 15:22:21 -0400
-
4180b5873d
Fix for tools/zasm.sh being dependent on readlink -f (an issue on macOS, preventing builds) (#28)
Keith Stellyes
2019-10-10 12:21:37 -0700
-
5616e9a751
Wrap zasm.sh shebang in /usr/bin/env ; remove comment about BSDs
#28
Keith Stellyes
2019-10-10 12:16:47 -0700
-
6281e2036f
Optimised intoXX functions (#19)
Clanmaster21
2019-10-10 19:44:23 +0100
-
-
f0502a7a99
Fix for tools/zasm.sh being dependent on readlink -f (an issue on macOS, preventing builds)
Keith Stellyes
2019-10-10 11:35:34 -0700
-
-
-
50c04ef17c
Tried harder to follow coding convention
#19
Clanmaster21
2019-10-10 19:30:45 +0100
-
f01ef676b0
Update core.asm
Clanmaster21
2019-10-10 19:26:03 +0100
-
cf0d7eb6e9
introduce command to print the memory pointer
#17
Valentin Lenhart
2019-10-10 13:05:53 +0200
-
3e8db3dffa
Doesn't use self-modifying code
Clanmaster21
2019-10-10 07:56:15 +0100
-
d874d0c6c2
Fixes typos in README
#21
Zachary Mayhew
2019-10-09 19:05:13 -0700
-
-