Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Talk:Advanced IC10 Programming: Difference between revisions

Discussion page of Advanced IC10 Programming
RA2lover (talk | contribs)
Created page with "===db by register indirection?=== the "Devices by Register" section shows you can access a device based on its pin number from a register. Other than alias abuse (alias d db followed by an alias d dr<sub>n</sub> later on, requiring an extra cycle per device), is there another way to do this?"
 
RA2lover (talk | contribs)
m db by register indirection finding
Line 1: Line 1:
===db by register indirection?===
===db by register indirection?===
the "Devices by Register" section shows you can access a device based on its pin number from a register. Other than alias abuse (alias d db followed by an alias d dr<sub>n</sub> later on, requiring an extra cycle per device), is there another way to do this?
the "Devices by Register" section shows you can access a device based on its pin number from a register. Other than alias abuse (alias d db followed by an alias d dr<sub>n</sub> later on, requiring an extra cycle per device), is there another way to do this? --[[User:RA2lover|RA2lover]] ([[User talk:RA2lover|talk]]) (can't be bothered to find a date, check edit history for that)
-----
while trying to debug a misbehaving network channel load instruction running on a filtration device, apparently you can try accessing an out-of-bounds register and it'll default to db (if the instruction isn't set to throw an OutOfDeviceBounds exception; apparently "l" doesn't at the very least); dr0 with r0 as -1 should do the trick for example. --[[User:RA2lover|RA2lover]] ([[User talk:RA2lover|talk]]) 16:42, 2 September 2026 (UTC)

Revision as of 16:42, 2 September 2026

db by register indirection?

the "Devices by Register" section shows you can access a device based on its pin number from a register. Other than alias abuse (alias d db followed by an alias d drn later on, requiring an extra cycle per device), is there another way to do this? --RA2lover (talk) (can't be bothered to find a date, check edit history for that)


while trying to debug a misbehaving network channel load instruction running on a filtration device, apparently you can try accessing an out-of-bounds register and it'll default to db (if the instruction isn't set to throw an OutOfDeviceBounds exception; apparently "l" doesn't at the very least); dr0 with r0 as -1 should do the trick for example. --RA2lover (talk) 16:42, 2 September 2026 (UTC)