Search found 6 matches

by flimbo72
Sun Feb 25, 2024 3:06 pm
Forum: Programming
Topic: ENTROPY_GET
Replies: 2
Views: 380

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...
by flimbo72
Tue Aug 22, 2023 1:26 pm
Forum: Programming
Topic: Keyboard input problem
Replies: 1
Views: 726

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...
by flimbo72
Tue Aug 22, 2023 10:12 am
Forum: X16 Bug Reporting
Topic: MONITOR / Upward scrolling
Replies: 4
Views: 5802

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
by flimbo72
Wed Aug 16, 2023 10:16 am
Forum: X16 Bug Reporting
Topic: MONITOR / Upward scrolling
Replies: 4
Views: 5802

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...
by flimbo72
Wed Jul 19, 2023 8:45 pm
Forum: Programming
Topic: Breakpoints not working!?
Replies: 2
Views: 2178

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!
by flimbo72
Tue Jul 18, 2023 9:24 pm
Forum: Programming
Topic: Breakpoints not working!?
Replies: 2
Views: 2178

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 ...