diff options
Diffstat (limited to 'test/jal/test_standalone.jal')
-rw-r--r-- | test/jal/test_standalone.jal | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/jal/test_standalone.jal b/test/jal/test_standalone.jal new file mode 100644 index 0000000..c19fbc7 --- /dev/null +++ b/test/jal/test_standalone.jal @@ -0,0 +1,13 @@ +include 16c84_10 + +include jdelay +include hd447804 + + +HD44780_clear + +HD44780_write( 72 ) -- H +HD44780_write( 97 ) -- a +HD44780_write( 108 ) -- l +HD44780_write( 108 ) -- l +HD44780_write( 111 ) -- o |