Commit Graph

805 Commits

Author SHA1 Message Date
Devine Lu Linvega 3038d5c40b (console) Use 0x00 for no-queue 2023-04-17 11:27:54 -07:00
Devine Lu Linvega d8bee29626 (console) Use 0x1 for no-args 2023-04-17 11:19:37 -07:00
Devine Lu Linvega b76b7b6e9b (console.tal) Test argument queue 2023-04-17 10:55:45 -07:00
Devine Lu Linvega 6021b2b63d (console.tal) Fixed underflow error on quit 2023-04-16 22:07:47 -07:00
Devine Lu Linvega a9527fbd95 (console.tal) Added input type port to example 2023-04-16 22:03:44 -07:00
Devine Lu Linvega 5e927cdfde (datetime.tal) Added day of the year 2023-04-16 14:51:00 -07:00
Devine Lu Linvega 04c6472819 (datetime.tal) Created a test file for the datetime device 2023-04-16 14:39:20 -07:00
Devine Lu Linvega c70ba4238a (system.tal) Made example dynamic 2023-04-15 20:06:34 -07:00
Devine Lu Linvega 07f9785fab (quine.tal) Added quine example 2023-04-15 12:44:36 -07:00
Devine Lu Linvega 32fa0f95c3 (uxn.c) Catch div-by-zero errors 2023-04-15 09:52:08 -07:00
Devine Lu Linvega 14b704fd01 (system.tal) Added error handler example 2023-04-15 09:49:58 -07:00
Devine Lu Linvega 25cc4a1329 (screen.tal) Improved screen testing rom 2023-04-14 19:51:05 -07:00
Devine Lu Linvega d0db4f9223 (screen.c) Improved readability of the code 2023-04-13 21:33:16 -07:00
Devine Lu Linvega 83237c9641 (launcher.tal) Do not try to open extra-large ROMs 2023-04-09 15:24:55 -07:00
Devine Lu Linvega f19d3262ff (console.tal) Do not eval on space 2023-04-05 17:18:03 -07:00
Devine Lu Linvega 21e41874cb (console.tal)Added quit option 2023-04-05 16:50:06 -07:00
Devine Lu Linvega edfa734817 (metadata.tal) Removed, moved to uxn-utils 2023-04-04 15:44:52 -07:00
Devine Lu Linvega a55d2c80ca (mouse.tal) Drawing button states 2023-04-03 21:15:52 -07:00
Devine Lu Linvega b38e328078 (hilbert.tal) Animated 2023-03-13 10:22:19 -07:00
Devine Lu Linvega 39fa5851eb (hilbert.tal) Updated colors 2023-03-12 22:24:25 -07:00
Devine Lu Linvega 79cb56a718 (hilbert.tal) Added Hilbert demo 2023-03-12 22:10:28 -07:00
Devine Lu Linvega 559d2ae8f2 (examples) Housekeeping 2023-03-05 21:09:38 -08:00
Devine Lu Linvega d4ee3a4760 (life.tal) Migrated to immediate opcodes 2023-03-05 20:58:55 -08:00
Devine Lu Linvega 1245b44d2a (dvd.tal) Migrated to immediate opcodes 2023-03-05 20:49:13 -08:00
Devine Lu Linvega 497b01fcfb (mandelbrot) Improved speed 2023-03-05 11:06:45 -08:00
Devine Lu Linvega f66b975a9c (mandelbrot) Fixed issues 2023-03-04 19:39:07 -08:00
Devine Lu Linvega 6eac5226e1 (bunnymark) Ported to immediate opcodes 2023-03-03 11:03:38 -08:00
Devine Lu Linvega 895bfc8675 (mandelbrot.tal) Migrated to immediate opcodes 2023-03-02 20:45:19 -08:00
Devine Lu Linvega 3b128c04d4 (piano.tal) Add softening 2023-02-27 20:11:15 -08:00
Devine Lu Linvega a5ca148862 (piano.tal) Paint waveform with right-click 2023-02-27 19:26:41 -08:00
Devine Lu Linvega 417fac1a83 (piano.tal) Improved knobs 2023-02-27 19:18:37 -08:00
Devine Lu Linvega 09c7365bc3 (piano.tal)Added sharps to keyboard mode 2023-02-27 18:23:40 -08:00
Devine Lu Linvega 41294b7537 (picture.tal) Optimization 2023-02-27 11:21:03 -08:00
Devine Lu Linvega 5091d90e77 (primes.tal) Optimized 2023-02-27 10:41:35 -08:00
Devine Lu Linvega 89d13c6b3d (piano.tal) Improved layout 2023-02-26 21:16:56 -08:00
Devine Lu Linvega 612c15e59a (piano.tal) Faster waveform drawing 2023-02-26 20:39:05 -08:00
Devine Lu Linvega 5d9dc11ec5 (piano.tal) Rewrite 2023-02-26 20:16:41 -08:00
Devine Lu Linvega 85e4383332 (fizzbuzz.tal) Migrated to immediate opcodes 2023-02-23 19:04:34 -08:00
Devine Lu Linvega 9e663250bf (amiga.tal) Optimizations 2023-02-22 12:45:06 -08:00
Devine Lu Linvega aca040b8b2 (amiga.tal) Remove symbol file 2023-01-24 09:10:10 -08:00
Devine Lu Linvega 998c182a44 (amiga.tal) Use call opcodes 2023-01-24 09:09:36 -08:00
Andrew Alderwick ddf10cf832 (asma) Rebalance the rune tree. 2023-01-15 12:39:57 +00:00
Andrew Alderwick 7c5d90ba66 (asma) Implement new jump and call syntax. 2023-01-15 12:39:57 +00:00
Andrew Alderwick 3d68e08f6c (asma) Auto-start at 0x100. 2023-01-15 12:39:57 +00:00
Devine Lu Linvega 8cd011b602 (screen.tal) Housekeeping 2023-01-09 19:14:31 -08:00
Devine Lu Linvega 69fa3e008f (screen.tal) Display screen size 2023-01-09 19:04:52 -08:00
Devine Lu Linvega 6d73a4ed9d (metadata.tal) Updated to new format 2023-01-08 12:08:01 -08:00
Andrew Alderwick 1cb66df868 (asma) Disable recursion tests that no longer function. 2023-01-02 15:07:34 +00:00
neauoire d4c55e2f48 Uxnasm now outputs a symbols file 2022-12-09 12:30:04 -08:00
Andrew Alderwick 42aab23dc1 Remove many macros. 2022-11-20 22:50:19 +00:00