Commit Graph

  • 126efb84f4 Clarify number representations d6/sep20-manpage-updates ~d6 2024-09-20 21:29:43 -0400
  • 9530e7b13a Format Devine Lu Linvega 2024-09-19 14:14:05 -0700
  • 93125457a6 Update file_stat to match the existing documentation. ~d6 2024-09-18 23:11:03 -0400
  • 4ff6a5e862 Support creating directories ~d6 2024-09-16 20:09:25 -0400
  • 887ceb0387 Add 3 simple examples of using subprocesses. ~d6 2024-09-04 20:45:50 -0400
  • 6b0013579e Add 3 simple examples of using subprocesses. d6/subproc-examples ~d6 2024-09-04 20:43:30 -0400
  • 8b49c7ba06 basic demo programs d6/sep2024-demo ~d6 2024-09-04 20:08:42 -0400
  • 7a42c338a8 Silenced errors, thanks Sigrid Devine Lu Linvega 2024-08-29 08:32:31 -0700
  • 36dd15a244 (uxn11) Add WM_CLASS hint to application window Lobo Torres 2024-08-28 11:47:14 -0400
  • 0e8f0be02b Fix docs d6/mpg123-for-neauoire ~d6 2024-08-26 00:00:21 -0400
  • d3a7f49540 parse frame output and calculate a width ~d6 2024-08-25 23:51:17 -0400
  • 67b06c35a4 Added linux subprocess API Devine Lu Linvega 2024-08-25 14:07:40 -0700
  • 75c62e88fb Initial working version. ~d6 2024-08-25 16:42:21 -0400
  • 436e579df4 (uxnasm) Check against label/macro overlaps Devine Lu Linvega 2024-08-25 10:18:44 -0700
  • 63f1cf68d1 (uxnasm) Fixed issue where some unused labels did not throw a warning Devine Lu Linvega 2024-08-25 10:05:15 -0700
  • fc6328148d (uxn.c) Silenced warnings Devine Lu Linvega 2024-08-25 09:27:46 -0700
  • 641170c4cb (uxn.c) Silenced warnings Devine Lu Linvega 2024-08-22 10:10:26 -0700
  • 8b8e51c55d (uxn11.c, uxncli.c) Exit after printing version on '-v' flag Lobo Torres 2024-08-18 16:47:00 -0400
  • e0be0f0af7 (uxn11.c) Remove bogus exit call in emu_end Lobo Torres 2024-08-18 16:09:11 -0400
  • 82c8651bcf (uxn.c) Temporary register does not need masking Devine Lu Linvega 2024-08-17 17:02:59 -0700
  • 45c4d5a876 (uxn.c) Housekeeping Devine Lu Linvega 2024-08-17 16:58:06 -0700
  • 91cd380632 (uxn.c) Housekeeping Devine Lu Linvega 2024-08-17 16:26:04 -0700
  • d1268a850e Housekeeping Devine Lu Linvega 2024-08-17 12:40:45 -0700
  • 3954e7b387 (uxn.c)Created macros for each reg Devine Lu Linvega 2024-08-17 12:10:25 -0700
  • a98ba20d20 (uxn.c) Added micro opcode without assignment Devine Lu Linvega 2024-08-17 11:03:11 -0700
  • b6d876ae4c (uxn.c) Renamed PR1 to PUR micro op Devine Lu Linvega 2024-08-17 10:23:37 -0700
  • 4df6dd82cd (uxn.c) Separate macros for separate actions Devine Lu Linvega 2024-08-17 10:04:48 -0700
  • 987b6521bb (uxn.c)Removed unnecessary macro Devine Lu Linvega 2024-08-17 10:01:01 -0700
  • ab08601c0c (uxn.c) Use similar macro var names Devine Lu Linvega 2024-08-17 09:49:09 -0700
  • 1478385e26 (uxn) Simplified PEK/POK microcode Devine Lu Linvega 2024-08-17 09:12:45 -0700
  • 6096578a7b (uxn.c)PEK uses non-merging microcode Devine Lu Linvega 2024-08-16 20:30:00 -0700
  • e4b4c2f8b0 (uxn.c) POK makes use of GET/PUT microcode Devine Lu Linvega 2024-08-16 20:25:50 -0700
  • a277ae1142 Microcode that copies bytes in short without merging them Devine Lu Linvega 2024-08-16 20:13:41 -0700
  • bffb31ccc8 Formatting Devine Lu Linvega 2024-08-16 19:33:23 -0700
  • 4eac8853d6 (uxn.c)Removed scopes around macros Devine Lu Linvega 2024-08-13 11:04:04 -0700
  • d27602d98a (uxn.c) Removed IMM macro for INC/DEC Devine Lu Linvega 2024-08-12 09:33:47 -0700
  • 7b1e7b65fd (uxn.c) Do not set ptr via pointer Devine Lu Linvega 2024-08-12 08:34:08 -0700
  • 2f032854b7 (uxn.c) The k value does not need masking Devine Lu Linvega 2024-08-12 07:50:57 -0700
  • f4d74dcd48 (uxn) Removed sp* indirection Devine Lu Linvega 2024-08-12 07:41:22 -0700
  • 90a5dad6bb Print 8 items on the stack Devine Lu Linvega 2024-08-11 13:29:06 -0700
  • a405e1c106 Improve formatting in small terms. ~d6 2024-08-05 23:36:21 -0400
  • a444725772 Improve formatting in small terms. d6/manpage ~d6 2024-08-05 23:34:59 -0400
  • 5a41189405 Add uxntal manpage. ~d6 2024-08-05 22:09:53 -0400
  • f59563d750 Add uxntal manpage. ~d6 2024-08-05 22:02:24 -0400
  • 7849662ac8 Use enum for flags, like uxn32 Devine Lu Linvega 2024-08-05 15:06:05 -0700
  • 8eae101486 Tiny change to macro arg order Devine Lu Linvega 2024-08-05 14:02:02 -0700
  • 4f03030654 Fixed stack inspect debugger main Devine Lu Linvega 2024-07-15 13:40:10 -0700
  • b3f207b974 Moved unix specific console tools in etc Devine Lu Linvega 2024-07-15 11:47:24 -0700
  • 6b335197da Standardized boot sequence Devine Lu Linvega 2024-07-15 11:42:00 -0700
  • f6c66d53d1 Exit on F3 Devine Lu Linvega 2024-07-15 11:26:38 -0700
  • 0f7b483f22 Housekeeping Devine Lu Linvega 2024-07-15 11:15:21 -0700
  • c3a54e415e Rolled back change to uxn core Devine Lu Linvega 2024-07-02 15:56:20 -0800
  • c8b690921e (uxn.c) Housekeeping Devine Lu Linvega 2024-07-02 15:12:39 -0800
  • 9af4cf2d05 (uxn.c) Let LITs fall through Devine Lu Linvega 2024-07-02 11:47:56 -0800
  • 44c5e17aa2 (uxn.c) Housekeeping Devine Lu Linvega 2024-07-02 09:44:14 -0800
  • 419ff65d83 (uxn.c) Housekeeping Devine Lu Linvega 2024-07-01 20:31:09 -0800
  • a3d0fc88ce Unroll core Devine Lu Linvega 2024-07-01 20:00:24 -0800
  • 8be4980fe3 Faster IMM opcodes Devine Lu Linvega 2024-07-01 17:04:09 -0800
  • 72994b6d50 Use abc core Devine Lu Linvega 2024-07-01 16:42:36 -0800
  • 3276f03ffe (uxn.c) Use small registers for SWP/DUP Devine Lu Linvega 2024-07-01 13:21:31 -0800
  • 3b880b83cf (uxn.c) Remove T2_ macro for non-modifying transformations Devine Lu Linvega 2024-07-01 13:15:17 -0800
  • 223bc51e0e Removed masking in screen_deo Devine Lu Linvega 2024-07-01 07:58:09 -0800
  • 44c501ba91 Removed memory passing in console_deo Devine Lu Linvega 2024-07-01 07:53:37 -0800
  • ed24273f66 Removed file ID passing to file_deo Devine Lu Linvega 2024-07-01 07:46:22 -0800
  • b3fcbe9874 Let the console_input do the cast Devine Lu Linvega 2024-07-01 07:11:07 -0800
  • 9b9aae555e Do not pass memory to file_deo Devine Lu Linvega 2024-06-30 21:26:47 -0800
  • 8d73001e86 Do not pass memory in mouse device Devine Lu Linvega 2024-06-30 21:21:01 -0800
  • 776b355ee3 Do not pass memory in controller device Devine Lu Linvega 2024-06-30 21:13:18 -0800
  • 03328cfc68 Do not pass memory for screen_palette Devine Lu Linvega 2024-06-30 21:09:49 -0800
  • 5571e0a92b Do not pass memory to console deo Devine Lu Linvega 2024-06-30 20:59:18 -0800
  • f8ec872f63 Do not pass memory to system_deo Devine Lu Linvega 2024-06-30 20:50:14 -0800
  • 576d9b6b89 Removed unused macro Devine Lu Linvega 2024-06-30 20:28:35 -0800
  • 2b06a5169d Ignore r mode in imm opcodes Devine Lu Linvega 2024-06-30 20:16:54 -0800
  • d3ea48e759 Faster JSI opcode Devine Lu Linvega 2024-06-30 19:54:12 -0800
  • e379cfa2ad Faster imm opcodes Devine Lu Linvega 2024-06-30 17:45:25 -0800
  • 9d0803e99f Removed indirection in screen device Devine Lu Linvega 2024-06-29 15:37:43 -0800
  • 7cff7b19d1 Removed indirection in uxn_eval Devine Lu Linvega 2024-06-29 11:38:41 -0800
  • cfc8349d54 Removed indirection in uxn_eval call Devine Lu Linvega 2024-06-29 11:35:34 -0800
  • 6e094ca520 Removed indirections in file device Devine Lu Linvega 2024-06-29 11:27:19 -0800
  • f4f05d0419 Removed indirections in console Devine Lu Linvega 2024-06-29 11:24:01 -0800
  • d49514e257 Removed indirection in system_deo Devine Lu Linvega 2024-06-29 11:16:15 -0800
  • f785d15d65 Removed indirection in system_dei Devine Lu Linvega 2024-06-29 11:13:38 -0800
  • 07b60021af Removed indirections in system device Devine Lu Linvega 2024-06-29 11:12:13 -0800
  • 8281131422 Removed indirections in uxn11 Devine Lu Linvega 2024-06-29 11:07:09 -0800
  • 3135f61e02 Removing uxn core indirection in mouse, datetime Devine Lu Linvega 2024-06-29 10:55:57 -0800
  • eff62461a4 Removing uxn core indirection in dei deo Devine Lu Linvega 2024-06-29 10:51:12 -0800
  • 20b41ab70d Making uxn global Devine Lu Linvega 2024-06-29 10:45:23 -0800
  • 0c17487732 Merge remote-tracking branch 'upstream/main' into d6/subprocess-jun2024 d6/subprocess-jun2024 ~d6 2024-06-22 16:13:19 -0400
  • 01c983bfb7 Fixed issue with blank 1px line Devine Lu Linvega 2024-06-05 13:38:44 -0800
  • f44c43b801 Fixed issue with invalid hexadecimal values Devine Lu Linvega 2024-05-30 18:37:05 -0700
  • 4f846beb26 Fixed issue with comments in macros, fixed by jjbliss Devine Lu Linvega 2024-05-10 08:15:53 -0700
  • a8119fb818 Up-to-date with main as of d6/subprocess-may2024 ~d6 2024-05-09 09:13:03 -0400
  • f590734916 Fix non-ASCII bytes being detected as whitespace Devine Lu Linvega 2024-04-13 19:31:26 -0700
  • 9dfcb0ecf0 (uxnasm) Print token during nested macro error Devine Lu Linvega 2024-04-03 21:07:56 -0700
  • 183554dd69 (uxnasm) Only find hex glyph once Devine Lu Linvega 2024-04-03 20:57:26 -0700
  • 04740acf95 (uxnasm) Report the correct line number in references Devine Lu Linvega 2024-04-03 20:34:58 -0700
  • 1e66542304 (uxnasm) References print file and line number Devine Lu Linvega 2024-04-03 20:20:40 -0700
  • c298c6fab4 (uxnasm) No context for findopcode Devine Lu Linvega 2024-04-03 19:46:26 -0700
  • 0df50c45ac (uxnasm) Report unknown mode Devine Lu Linvega 2024-04-03 19:37:06 -0700
  • 8e8b179a25 (uxnasm) Fixed issue with skipped last token in include Devine Lu Linvega 2024-04-03 19:19:26 -0700