Commit Graph

29 Commits

Author SHA1 Message Date
~d6 5a41189405 Add uxntal manpage.
This change adds uxntal.7 [1].

It also updates the makefile to install the executables and man page
in ~/.local (~/.local/bin and ~/.local/share/man respectively). This
can easily be overridden by using PREFIX, for example:

  # install into home directory
  make PREFIX=$HOME install

  # install into /usr/local
  make PREFIX=/usr/local install

Finally, it updates the README to describe these things.

[1] Origin: https://git.phial.org/d6/nxu/raw/branch/main/uxntal.7
2024-08-05 19:57:31 -07:00
Devine Lu Linvega 4f03030654 Fixed stack inspect debugger 2024-07-15 13:40:10 -07:00
Devine Lu Linvega f6c66d53d1 Exit on F3 2024-07-15 11:26:38 -07:00
Devine Lu Linvega 0f7b483f22 Housekeeping 2024-07-15 11:15:21 -07:00
Devine Lu Linvega 7cff7b19d1 Removed indirection in uxn_eval 2024-06-29 11:38:41 -08:00
Devine Lu Linvega 6e094ca520 Removed indirections in file device 2024-06-29 11:27:19 -08:00
Devine Lu Linvega e46c9b5d61 Added archive function to makefile 2024-03-28 19:56:40 -07:00
Devine Lu Linvega 6b207ed328 Improved stack printing 2024-02-28 08:53:34 -08:00
Devine Lu Linvega c7d3a410ab Fixed issue with no-output 2024-02-25 17:36:33 -08:00
Devine Lu Linvega cb73e63eb4 Added boot.rom 2024-02-22 15:47:44 -08:00
Devine Lu Linvega 707d7d682d Better bounds testing code 2024-01-20 11:18:28 -08:00
Devine Lu Linvega 01d8856d99 Fixed issue with padding 2024-01-15 20:15:48 -08:00
Devine Lu Linvega cb72daf8d0 Removed link device 2024-01-15 09:26:14 -08:00
Devine Lu Linvega e247b86471 Improved core 2024-01-10 17:26:29 -08:00
neauoire 6b0dc5114c Made a boundary testing file 2023-11-12 09:19:30 -08:00
neauoire d98e8d43a8 (console) Added tools to spawn unix process 2023-11-11 09:17:24 -08:00
neauoire c97d19da99 (uxn.c) Catch JCI underflow 2023-08-30 09:14:20 -07:00
neauoire bd5a5cbda2 (uxn.c) Added macros for multi-write 2023-08-29 10:47:49 -07:00
neauoire bd976ce842 Boilerplate threads 2023-08-25 09:18:37 -07:00
neauoire 0ed2617506 Setting the stage for link device 2023-08-24 21:25:11 -07:00
neauoire c09a047851 Reduce redraws 2023-08-16 13:29:15 -07:00
neauoire 1cc1bbc594 Moved game loop into emu_run 2023-08-16 12:50:46 -07:00
neauoire c7c597a39f Muted make logs 2023-08-13 14:34:48 -07:00
neauoire fa8ad9cd7f (makefile) Reconnected deps to targets 2023-08-11 09:04:13 -07:00
neauoire 9178d4ecf5 (makefile) Ordered the targets 2023-08-11 08:34:30 -07:00
neauoire d2c01d7b9d (makefile) Added PHONY 2023-08-11 08:27:24 -07:00
neauoire 2dd7ff18c3 (makefile) Added file deps to targets 2023-08-11 08:25:33 -07:00
neauoire 50f7a12f52 Added tests to makefile 2023-08-10 21:49:38 -07:00
neauoire c345742121 Replaced shell script with makefile 2023-08-10 21:44:28 -07:00