Search found 6 matches
- Sun Feb 25, 2024 3:06 pm
- Forum: Programming
- Topic: ENTROPY_GET
- Replies: 2
- Views: 385
ENTROPY_GET
Hello everybody. I'm currently using Kernal's ENTROPY_GET routine to shuffle a 5 elements array, but I get some quirks: - a certain sequence shows up way too often - occasionally a sequence comes up twice in a row Upon extensive checking, I can safely claim that my shuffle algorithm is working prope...
- Tue Aug 22, 2023 1:26 pm
- Forum: Programming
- Topic: Keyboard input problem
- Replies: 1
- Views: 730
Keyboard input problem
Hello everyone. I'm writing a program in assembly that requires recurrent inputs from the keyboard. Having no idea of how to manage that directly, I used the GETIN function from the kernal and everything worked pretty well, so far. But now I need to switch the IRQ trigger to a certain screen line, s...
- Tue Aug 22, 2023 10:12 am
- Forum: X16 Bug Reporting
- Topic: MONITOR / Upward scrolling
- Replies: 4
- Views: 5840
Re: MONITOR / Upward scrolling
Backward deassembling is certainly trickier, but Ed Minchau got my point: as shown above, the X16 monitor duplicates bytes at $0B64 and at $0B69, causing deassembly errors. I think it's a bug in the monitor.
Giacomo
Giacomo
- Wed Aug 16, 2023 10:16 am
- Forum: X16 Bug Reporting
- Topic: MONITOR / Upward scrolling
- Replies: 4
- Views: 5840
MONITOR / Upward scrolling
Hi everyone. This must be a bug in the system monitor. Scrolling upward occasionally causes erroneous disassembling. Here's an example on a section of code from a game I'm developping. SCROLLING DOWNWARD (correct disassembly) REGULAR.png SCROLLING UPWARD (buggy disassembly) BUGGY.png Scrolling up, t...
- Wed Jul 19, 2023 8:45 pm
- Forum: Programming
- Topic: Breakpoints not working!?
- Replies: 2
- Views: 2180
Re: Breakpoints not working!?
Thanks and sorry.
I'm new here and don't know how to browse older threads yet.
But I'll learn!
I'm new here and don't know how to browse older threads yet.
But I'll learn!
- Tue Jul 18, 2023 9:24 pm
- Forum: Programming
- Topic: Breakpoints not working!?
- Replies: 2
- Views: 2180
Breakpoints not working!?
Hello everybody! Never in my life I thought to be able to program in assembly, but I've been into it for a couple of months and it's a blast! Thanks Matt Heffernan!!!! Like many of you, I'm using the X16 emulator, which is just great. So far I've been using release 41, though ( :o ) so I decided to ...