neauoire
|
a3502f1637
|
Implemented the screen auto byte
|
2021-09-09 09:42:03 -07:00 |
neauoire
|
266152e260
|
Ported devw/devr changes to uxn.c
|
2021-09-08 17:51:23 -07:00 |
Andrew Alderwick
|
b88d2adc3d
|
Halt when talk function returns false, since setting ram.ptr no longer works
|
2021-09-08 00:13:21 +01:00 |
neauoire
|
19e84072d8
|
Removed file_talk debugs
|
2021-09-04 09:11:43 -07:00 |
neauoire
|
25858c3948
|
Fixed issue with strings in uxnasm
|
2021-09-01 13:04:56 -07:00 |
Andrew Alderwick
|
a6b99078de
|
Changed file_talk files to open in binary mode
|
2021-08-31 19:30:57 +01:00 |
neauoire
|
05e48c35ce
|
Fixed issue with SFT
|
2021-08-30 12:16:57 -07:00 |
Andrew Alderwick
|
6337990fe0
|
Reverted flags in uxn-fast.c
|
2021-08-30 18:45:04 +01:00 |
neauoire
|
4f6a29f57d
|
Reverted flags
|
2021-08-30 10:19:33 -07:00 |
neauoire
|
a2e40d9d10
|
Removed unused device string
|
2021-08-29 19:52:12 -07:00 |
neauoire
|
91df7ab470
|
Completed new uxn core
|
2021-08-29 18:18:52 -07:00 |
neauoire
|
51313988cf
|
Progress merging 8/16 opcodes
|
2021-08-29 18:02:46 -07:00 |
neauoire
|
9a5bd42bb8
|
Progress merging 8/16 opcodes
|
2021-08-29 17:49:22 -07:00 |
neauoire
|
86bdb0ca83
|
Progress merging 8/16 opcodes
|
2021-08-29 17:36:17 -07:00 |
neauoire
|
38ae734021
|
Progress merging 8/16 opcodes
|
2021-08-29 17:22:56 -07:00 |
neauoire
|
da5f4b606c
|
Progress merging 8/16 opcodes
|
2021-08-29 15:05:37 -07:00 |
neauoire
|
f0410bb342
|
Started merging 8/16 opcodes
|
2021-08-29 14:53:31 -07:00 |
neauoire
|
90540742ae
|
Standardizing fns names before merge
|
2021-08-29 14:41:05 -07:00 |
neauoire
|
a444641a6a
|
Fixed wrong function names
|
2021-08-29 14:36:08 -07:00 |
Andrew Alderwick
|
4d535ebb46
|
Swapped return and short flags in advance of uxn.c refactoring
|
2021-08-29 22:28:30 +01:00 |
neauoire
|
8988f536be
|
Simplified Inspect()
|
2021-08-29 13:18:42 -07:00 |
neauoire
|
2919c11cb9
|
Print return stack in uxncli
|
2021-08-29 11:53:27 -07:00 |
neauoire
|
3da9352230
|
Fixed issue with scmp in uxnasm
|
2021-08-29 11:43:00 -07:00 |
neauoire
|
66f898ade4
|
Removed hardcoded number for LIT opcode in asm
|
2021-08-29 11:25:58 -07:00 |
neauoire
|
0da8709ce3
|
Assembly stop on long token
|
2021-08-29 10:51:14 -07:00 |
neauoire
|
ca5ad113ee
|
Minor cleanup
|
2021-08-29 10:36:23 -07:00 |
neauoire
|
c84b5015e4
|
Repaired zoom
|
2021-08-28 13:44:53 -07:00 |
neauoire
|
c70f16f7ac
|
Formatted changes
|
2021-08-28 10:49:51 -07:00 |
neauoire
|
83de614e53
|
Do no display unused macros anymore
|
2021-08-28 10:30:50 -07:00 |
Andrew Alderwick
|
08f20d35c8
|
Fixed addr being reset in include's pass1
|
2021-08-28 07:51:48 +01:00 |
Andrew Alderwick
|
a92fd8fb22
|
Expanded File/offset to 32-bit /offset-hs and /offset-ls
|
2021-08-28 00:37:27 +01:00 |
Andrew Alderwick
|
28569d118e
|
Implemented includes in uxnasm (no asma support yet)
|
2021-08-27 23:47:34 +01:00 |
neauoire
|
52d5e2d694
|
Single vector uxncli
|
2021-08-26 20:12:56 -07:00 |
Andrew Alderwick
|
61b8750bae
|
Allowed long tokens within comments (typically URLs)
|
2021-08-25 22:56:24 +01:00 |
Andrew Alderwick
|
87157258b8
|
Implemented Audio*/vector which runs when notes finish playing
|
2021-08-20 22:45:39 +01:00 |
Andrew Alderwick
|
ad4ff82138
|
Made Audio*/output return a minimum of 1 on a playing non-muted channel
|
2021-08-20 22:43:35 +01:00 |
Andrew Alderwick
|
e4416264e8
|
Remove opcode labels by default
|
2021-08-20 07:06:28 +01:00 |
Andrew Alderwick
|
c324881b90
|
Minor optimisation to uxnasm
|
2021-08-18 07:45:51 +01:00 |
neauoire
|
5167a103ec
|
Fixed issue with null vectors
|
2021-08-17 19:30:34 -07:00 |
Andrew Alderwick
|
1b68169cee
|
Merged LIT and BRK into opcode zero, added INC opcode
|
2021-08-17 22:48:48 +01:00 |
Andrew Alderwick
|
72356912e7
|
Filtered through clang-format
|
2021-08-17 20:34:21 +01:00 |
neauoire
|
fd907e87d6
|
writing nonzero to "halt" port halts the read() loop.
|
2021-08-17 08:57:10 -07:00 |
neauoire
|
acf6dcee48
|
Removed unused macro in console example
|
2021-08-16 18:45:27 -07:00 |
neauoire
|
1704e23b4d
|
Fixed issue with uxncli debugger
|
2021-08-16 07:22:53 -07:00 |
neauoire
|
d111146eb6
|
Stack pointers can be written
|
2021-08-15 17:48:15 -07:00 |
Andrew Alderwick
|
107a59affa
|
Rearranged POP, DUP, NIP opcodes
|
2021-08-15 21:34:33 +01:00 |
Andrew Alderwick
|
be360ffc1e
|
Replaced NOP with NIP
|
2021-08-15 21:22:01 +01:00 |
Andrew Alderwick
|
e2190d84d8
|
Reverted "Removed OVR opcode and replaced with NIP" and uxn-fast.c update.
This reverts commits 1afe39fba4 and 3d3569bab7 .
|
2021-08-15 21:07:32 +01:00 |
Andrew Alderwick
|
3d3569bab7
|
Updated uxn-fast.c
|
2021-08-15 20:05:19 +01:00 |
neauoire
|
1afe39fba4
|
Removed OVR opcode and replaced with NIP
|
2021-08-15 12:01:22 -07:00 |