Search found 652 matches
- 23 Nov 2024, 16:20
- Forum: Hardware and software hacking
- Topic: New vCPU instructions 2.0
- Replies: 100
- Views: 77604
Re: New vCPU instructions 2.0
It probably is out of date, (though it shouldn't have been). The best way to verify the opcodes is to use the actual ROM source at ROMvX0/Core/ROMvX0.asm.py Search for "$0300" to get to the intrinsic instructions. Search for "0x2200" to get to the PREFX3 instructions. Search for ...
- 16 Oct 2024, 22:22
- Forum: Hardware and software hacking
- Topic: Another 3D printed case for the Gigatron TTL
- Replies: 6
- Views: 1132
Re: Another 3D printed case for the Gigatron TTL
Welcome, pretty cool design.
- 06 Jun 2024, 09:22
- Forum: Hardware and software hacking
- Topic: online gigatron emulator and CSP errors
- Replies: 9
- Views: 7458
Re: online gigatron emulator and CSP errors
You can't post into someone else's Contrib without their permission, so the only place left is your own.
- 14 May 2024, 14:41
- Forum: Hardware and software hacking
- Topic: Matrix [test]
- Replies: 4
- Views: 8438
Re: Matrix [test]
This is excellent, especially the second version!
- 04 May 2024, 21:51
- Forum: Hardware and software hacking
- Topic: SYS functions cycles problem
- Replies: 2
- Views: 5844
Re: SYS functions cycles problem
You've found a couple of issues here: From SYS-functions.txt: Naming ------ The naming convention is: SYS_<CamelCase>[_v<V>]_<N> With <N> the maximum number of clocks or cycles (not ticks!) the function will need, counted from NEXT to NEXT. This duration <N> must be passed to the 'SYS' vCPU instruct...
- 01 May 2024, 00:42
- Forum: Hardware and software hacking
- Topic: About GitHub repositories
- Replies: 5
- Views: 10208
Re: About GitHub repositories
Welcome to the forums, you sure can!
https://github.com/kervinck/gigatron-rom/pulls
https://github.com/kervinck/gigatron-rom/pulls
- 01 May 2024, 00:41
- Forum: Hardware and software hacking
- Topic: Shuffle [game]
- Replies: 6
- Views: 8374
Re: Shuffle [game]
Looks and plays great!
- 27 Mar 2024, 07:11
- Forum: Hardware and software hacking
- Topic: What does 'Xpp' mean?
- Replies: 2
- Views: 9864
Re: What does 'Xpp' mean?
That's correct Xpp is a post increment of X, the increment happens after the operation
- 26 Mar 2024, 17:24
- Forum: Hardware and software hacking
- Topic: What does each assembly do?
- Replies: 3
- Views: 9374
Re: What does each assembly do?
Emulator:
Various HW/SW links:
Code: Select all
https://github.com/at67/gigatron-rom/tree/master/Contrib/at67
Code: Select all
https://forum.gigatron.io/viewtopic.php?p=1592#p1592
- 26 Mar 2024, 09:12
- Forum: Hardware and software hacking
- Topic: What does each assembly do?
- Replies: 3
- Views: 9374
Re: What does each assembly do?
Yes that's correct.
Documentation is here:
You can also single step through ROM source code in my emulator package and watch exactly how the native instruction works.
Documentation is here:
Code: Select all
https://gigatron.io/?cat=1